Struct libbpf_rs::query::CgroupLinkInfo
source · [−]pub struct CgroupLinkInfo {
pub cgroup_id: u64,
pub attach_type: ProgramAttachType,
}Fields
cgroup_id: u64attach_type: ProgramAttachTypeAuto Trait Implementations
impl RefUnwindSafe for CgroupLinkInfo
impl Send for CgroupLinkInfo
impl Sync for CgroupLinkInfo
impl Unpin for CgroupLinkInfo
impl UnwindSafe for CgroupLinkInfo
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