pub struct DeviceContext {
pub device: *mut bpf_cgroup_dev_ctx,
}Fields§
§device: *mut bpf_cgroup_dev_ctxImplementations§
Source§impl DeviceContext
impl DeviceContext
pub fn new(device: *mut bpf_cgroup_dev_ctx) -> DeviceContext
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceContext
impl RefUnwindSafe for DeviceContext
impl !Send for DeviceContext
impl !Sync for DeviceContext
impl Unpin for DeviceContext
impl UnwindSafe for DeviceContext
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