Struct MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
#[repr(transparent)]pub struct MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAndAssign for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl BitAndAssign for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl BitOrAssign for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl Clone for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
§fn clone(&self) -> MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
fn clone(&self) -> MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
Returns a copy 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 more§impl Default for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl Default for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
§fn default() -> MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
fn default() -> MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
Returns the “default value” for a type. Read more
§impl PartialEq for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl PartialEq for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
§fn eq(&self, other: &MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS) -> bool
fn eq(&self, other: &MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl Eq for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl StructuralPartialEq for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
Auto Trait Implementations§
impl Freeze for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl RefUnwindSafe for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl Send for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl Sync for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl Unpin for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
impl UnwindSafe for MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_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