pub struct CriticalSectionWaker { /* private fields */ }Expand description
Utility struct to register and wake a waker.
Implementations§
Auto Trait Implementations§
impl !Freeze for CriticalSectionWaker
impl !RefUnwindSafe for CriticalSectionWaker
impl Send for CriticalSectionWaker
impl Sync for CriticalSectionWaker
impl Unpin for CriticalSectionWaker
impl UnsafeUnpin for CriticalSectionWaker
impl UnwindSafe for CriticalSectionWaker
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