pub struct SpinSleep(/* private fields */);
Expand description
Simple atomic spinlock sleep implementation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpinSleep
impl RefUnwindSafe for SpinSleep
impl Send for SpinSleep
impl Sync for SpinSleep
impl Unpin for SpinSleep
impl UnwindSafe for SpinSleep
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