pub struct BpfLinks {
pub trace_map_update: Option<Link>,
}Fields§
§trace_map_update: Option<Link>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BpfLinks
impl RefUnwindSafe for BpfLinks
impl Send for BpfLinks
impl Sync for BpfLinks
impl Unpin for BpfLinks
impl UnsafeUnpin for BpfLinks
impl UnwindSafe for BpfLinks
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more