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