Struct windows_win::raw::timer::NoWait
source · pub struct NoWait;
Expand description
Schedules delete and exit immediately
Trait Implementations§
impl CompleteEvent for NoWait
Auto Trait Implementations§
impl RefUnwindSafe for NoWait
impl Send for NoWait
impl Sync for NoWait
impl Unpin for NoWait
impl UnwindSafe for NoWait
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