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