#[repr(i32)]pub enum tagCOWAIT_FLAGS {
COWAIT_DEFAULT = 0,
COWAIT_WAITALL = 1,
COWAIT_ALERTABLE = 2,
COWAIT_INPUTAVAILABLE = 4,
COWAIT_DISPATCH_CALLS = 8,
COWAIT_DISPATCH_WINDOW_MESSAGES = 16,
}Variants§
COWAIT_DEFAULT = 0
COWAIT_WAITALL = 1
COWAIT_ALERTABLE = 2
COWAIT_INPUTAVAILABLE = 4
COWAIT_DISPATCH_CALLS = 8
COWAIT_DISPATCH_WINDOW_MESSAGES = 16
Trait Implementations§
Source§impl Clone for tagCOWAIT_FLAGS
impl Clone for tagCOWAIT_FLAGS
Source§fn clone(&self) -> tagCOWAIT_FLAGS
fn clone(&self) -> tagCOWAIT_FLAGS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagCOWAIT_FLAGS
impl Debug for tagCOWAIT_FLAGS
Source§impl Hash for tagCOWAIT_FLAGS
impl Hash for tagCOWAIT_FLAGS
Source§impl PartialEq for tagCOWAIT_FLAGS
impl PartialEq for tagCOWAIT_FLAGS
impl Copy for tagCOWAIT_FLAGS
impl Eq for tagCOWAIT_FLAGS
impl StructuralPartialEq for tagCOWAIT_FLAGS
Auto Trait Implementations§
impl Freeze for tagCOWAIT_FLAGS
impl RefUnwindSafe for tagCOWAIT_FLAGS
impl Send for tagCOWAIT_FLAGS
impl Sync for tagCOWAIT_FLAGS
impl Unpin for tagCOWAIT_FLAGS
impl UnwindSafe for tagCOWAIT_FLAGS
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