pub struct SPINLOCK { /* private fields */ }
Expand description
Spinlock
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPINLOCK
impl RefUnwindSafe for SPINLOCK
impl !Sync for SPINLOCK
impl Unpin for SPINLOCK
impl UnwindSafe for SPINLOCK
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