#[repr(i32)]pub enum CWMO_FLAGS {
CWMO_DEFAULT = 0,
CWMO_DISPATCH_CALLS = 1,
CWMO_DISPATCH_WINDOW_MESSAGES = 2,
}Variants§
Trait Implementations§
Source§impl Clone for CWMO_FLAGS
impl Clone for CWMO_FLAGS
Source§fn clone(&self) -> CWMO_FLAGS
fn clone(&self) -> CWMO_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 CWMO_FLAGS
impl Debug for CWMO_FLAGS
Source§impl Hash for CWMO_FLAGS
impl Hash for CWMO_FLAGS
Source§impl PartialEq for CWMO_FLAGS
impl PartialEq for CWMO_FLAGS
impl Copy for CWMO_FLAGS
impl Eq for CWMO_FLAGS
impl StructuralPartialEq for CWMO_FLAGS
Auto Trait Implementations§
impl Freeze for CWMO_FLAGS
impl RefUnwindSafe for CWMO_FLAGS
impl Send for CWMO_FLAGS
impl Sync for CWMO_FLAGS
impl Unpin for CWMO_FLAGS
impl UnwindSafe for CWMO_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