pub struct Sysctl<T: SysctlStorage> { /* private fields */ }
Available on
CONFIG_SYSCTL
only.Expand description
Holds a single sysctl
entry (and its table).
Implementations
Trait Implementations
sourceimpl<T: SysctlStorage> Drop for Sysctl<T>
impl<T: SysctlStorage> Drop for Sysctl<T>
impl<T: SysctlStorage> Sync for Sysctl<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for Sysctl<T>where
T: RefUnwindSafe,
impl<T> !Send for Sysctl<T>
impl<T> Unpin for Sysctl<T>
impl<T> UnwindSafe for Sysctl<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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