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