pub struct SpinLockRaw(/* private fields */);Expand description
kernel spinlock (KSPIN_LOCK)
Implementations§
Source§impl SpinLockRaw
impl SpinLockRaw
Auto Trait Implementations§
impl Freeze for SpinLockRaw
impl RefUnwindSafe for SpinLockRaw
impl Send for SpinLockRaw
impl Sync for SpinLockRaw
impl Unpin for SpinLockRaw
impl UnwindSafe for SpinLockRaw
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