Struct wasapi::Handle [−][src]
pub struct Handle { /* fields omitted */ }Expand description
Struct wrapping a HANDLE (event handle).
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Handleimpl UnwindSafe for Handle