pub struct LockClassKey(/* private fields */);
Expand description
Represents a lockdep class. It’s a wrapper around C’s lock_class_key
.
Trait Implementations§
impl Sync for LockClassKey
Auto Trait Implementations§
impl !Freeze for LockClassKey
impl !RefUnwindSafe for LockClassKey
impl Send for LockClassKey
impl !Unpin for LockClassKey
impl UnwindSafe for LockClassKey
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