#[repr(transparent)]pub struct INITCOMMONCONTROLSEX_ICC(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Abi for INITCOMMONCONTROLSEX_ICC
impl Abi for INITCOMMONCONTROLSEX_ICC
Source§type Abi = INITCOMMONCONTROLSEX_ICC
type Abi = INITCOMMONCONTROLSEX_ICC
The abi representation of the implementing type. Read more
type DefaultType = INITCOMMONCONTROLSEX_ICC
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl BitAnd for INITCOMMONCONTROLSEX_ICC
impl BitAnd for INITCOMMONCONTROLSEX_ICC
Source§impl BitAndAssign for INITCOMMONCONTROLSEX_ICC
impl BitAndAssign for INITCOMMONCONTROLSEX_ICC
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for INITCOMMONCONTROLSEX_ICC
impl BitOr for INITCOMMONCONTROLSEX_ICC
Source§impl BitOrAssign for INITCOMMONCONTROLSEX_ICC
impl BitOrAssign for INITCOMMONCONTROLSEX_ICC
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for INITCOMMONCONTROLSEX_ICC
impl Clone for INITCOMMONCONTROLSEX_ICC
Source§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 moreSource§impl Debug for INITCOMMONCONTROLSEX_ICC
impl Debug for INITCOMMONCONTROLSEX_ICC
Source§impl Default for INITCOMMONCONTROLSEX_ICC
impl Default for INITCOMMONCONTROLSEX_ICC
Source§fn default() -> INITCOMMONCONTROLSEX_ICC
fn default() -> INITCOMMONCONTROLSEX_ICC
Returns the “default value” for a type. Read more
Source§impl From<u32> for INITCOMMONCONTROLSEX_ICC
impl From<u32> for INITCOMMONCONTROLSEX_ICC
Source§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