#[repr(C)]pub struct BSNonReentrantSpinLock { /* private fields */ }
Trait Implementations§
Source§impl Debug for BSNonReentrantSpinLock
impl Debug for BSNonReentrantSpinLock
Source§impl Default for BSNonReentrantSpinLock
impl Default for BSNonReentrantSpinLock
Source§fn default() -> BSNonReentrantSpinLock
fn default() -> BSNonReentrantSpinLock
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for BSNonReentrantSpinLock
impl RefUnwindSafe for BSNonReentrantSpinLock
impl Send for BSNonReentrantSpinLock
impl Sync for BSNonReentrantSpinLock
impl Unpin for BSNonReentrantSpinLock
impl UnwindSafe for BSNonReentrantSpinLock
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