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