Struct kernel::KParamGuard
source · [−]pub struct KParamGuard<'a> { /* private fields */ }
Expand description
Scoped lock on the kernel parameters of ThisModule
.
Lock will be released when this struct is dropped.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for KParamGuard<'a>
impl<'a> Send for KParamGuard<'a>
impl<'a> Sync for KParamGuard<'a>
impl<'a> Unpin for KParamGuard<'a>
impl<'a> UnwindSafe for KParamGuard<'a>
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