pub struct SpinWait { /* private fields */ }Expand description
no_std-friendly spin-only wait strategy.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpinWait
impl RefUnwindSafe for SpinWait
impl Send for SpinWait
impl Sync for SpinWait
impl Unpin for SpinWait
impl UnwindSafe for SpinWait
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