Struct windows_win::raw::timer::Wait
source · pub struct Wait;
Expand description
Waits for all callback functions to finish
Trait Implementations§
impl CompleteEvent for Wait
Auto Trait Implementations§
impl RefUnwindSafe for Wait
impl Send for Wait
impl Sync for Wait
impl Unpin for Wait
impl UnwindSafe for Wait
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