Enum nx::wait::WaiterType
source · [−]pub enum WaiterType {
Handle,
HandleWithClear,
}
Variants
Handle
HandleWithClear
Auto Trait Implementations
impl RefUnwindSafe for WaiterType
impl Send for WaiterType
impl Sync for WaiterType
impl Unpin for WaiterType
impl UnwindSafe for WaiterType
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more