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