Struct windows::Waiter [−][src]
pub struct Waiter(_);
Expand description
A simple blocking waiter used by the generated bindings and should not be used directly.
pub struct Waiter(_);
A simple blocking waiter used by the generated bindings and should not be used directly.
impl RefUnwindSafe for Waiter
impl Send for Waiter
impl Sync for Waiter
impl Unpin for Waiter
impl UnwindSafe for Waiter