Struct windows_win32_foundation::HANDLE_FLAGS [−][src]
#[repr(transparent)]pub struct HANDLE_FLAGS(pub u32);Tuple Fields
0: u32Trait Implementations
Performs the &= operation. Read more
Performs the |= operation. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HANDLE_FLAGS
impl Send for HANDLE_FLAGS
impl Sync for HANDLE_FLAGS
impl Unpin for HANDLE_FLAGS
impl UnwindSafe for HANDLE_FLAGS
Blanket Implementations
Mutably borrows from an owned value. Read more