pub struct AtomicNotifyWaiter<OS> { /* private fields */ }Trait Implementations§
Source§impl<OS: OsInterface> NotifyWaiter for AtomicNotifyWaiter<OS>
impl<OS: OsInterface> NotifyWaiter for AtomicNotifyWaiter<OS>
Auto Trait Implementations§
impl<OS> Freeze for AtomicNotifyWaiter<OS>
impl<OS> RefUnwindSafe for AtomicNotifyWaiter<OS>where
OS: RefUnwindSafe,
impl<OS> Send for AtomicNotifyWaiter<OS>where
OS: Send,
impl<OS> Sync for AtomicNotifyWaiter<OS>where
OS: Sync,
impl<OS> Unpin for AtomicNotifyWaiter<OS>where
OS: Unpin,
impl<OS> UnwindSafe for AtomicNotifyWaiter<OS>where
OS: UnwindSafe,
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