Struct kernel::sync::LockClassKey
source · [−]#[repr(transparent)]pub struct LockClassKey(_);
Expand description
Represents a lockdep class. It’s a wrapper around C’s lock_class_key
.
Implementations
sourceimpl LockClassKey
impl LockClassKey
Trait Implementations
impl Sync for LockClassKey
Auto Trait Implementations
impl !RefUnwindSafe for LockClassKey
impl !Send for LockClassKey
impl Unpin for LockClassKey
impl UnwindSafe for LockClassKey
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