Struct libbpf_rs::query::NetNsLinkInfo
source · [−]pub struct NetNsLinkInfo {
pub ino: u32,
pub attach_type: ProgramAttachType,
}Fields
ino: u32attach_type: ProgramAttachTypeAuto Trait Implementations
impl RefUnwindSafe for NetNsLinkInfo
impl Send for NetNsLinkInfo
impl Sync for NetNsLinkInfo
impl Unpin for NetNsLinkInfo
impl UnwindSafe for NetNsLinkInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more