Struct IOD_DESFLAGS
#[repr(transparent)]pub struct IOD_DESFLAGS(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl IOD_DESFLAGS
impl IOD_DESFLAGS
Trait Implementations§
§impl BitAnd for IOD_DESFLAGS
impl BitAnd for IOD_DESFLAGS
§impl BitAndAssign for IOD_DESFLAGS
impl BitAndAssign for IOD_DESFLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for IOD_DESFLAGS
impl BitOr for IOD_DESFLAGS
§impl BitOrAssign for IOD_DESFLAGS
impl BitOrAssign for IOD_DESFLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for IOD_DESFLAGS
impl Clone for IOD_DESFLAGS
§fn clone(&self) -> IOD_DESFLAGS
fn clone(&self) -> IOD_DESFLAGS
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 Debug for IOD_DESFLAGS
impl Debug for IOD_DESFLAGS
§impl Default for IOD_DESFLAGS
impl Default for IOD_DESFLAGS
§fn default() -> IOD_DESFLAGS
fn default() -> IOD_DESFLAGS
Returns the “default value” for a type. Read more
§impl Not for IOD_DESFLAGS
impl Not for IOD_DESFLAGS
§impl PartialEq for IOD_DESFLAGS
impl PartialEq for IOD_DESFLAGS
impl Copy for IOD_DESFLAGS
impl Eq for IOD_DESFLAGS
impl StructuralPartialEq for IOD_DESFLAGS
Auto Trait Implementations§
impl Freeze for IOD_DESFLAGS
impl RefUnwindSafe for IOD_DESFLAGS
impl Send for IOD_DESFLAGS
impl Sync for IOD_DESFLAGS
impl Unpin for IOD_DESFLAGS
impl UnwindSafe for IOD_DESFLAGS
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