#[repr(C)]pub struct NMCOMBOBOXEXA {
pub hdr: NMHDR,
pub ceItem: COMBOBOXEXITEMA,
}
Fields§
§hdr: NMHDR
§ceItem: COMBOBOXEXITEMA
Trait Implementations§
Source§impl Abi for NMCOMBOBOXEXA
impl Abi for NMCOMBOBOXEXA
Source§type Abi = NMCOMBOBOXEXA
type Abi = NMCOMBOBOXEXA
The abi representation of the implementing type. Read more
type DefaultType = NMCOMBOBOXEXA
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 Clone for NMCOMBOBOXEXA
impl Clone for NMCOMBOBOXEXA
Source§fn clone(&self) -> NMCOMBOBOXEXA
fn clone(&self) -> NMCOMBOBOXEXA
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 NMCOMBOBOXEXA
impl Debug for NMCOMBOBOXEXA
Source§impl Default for NMCOMBOBOXEXA
impl Default for NMCOMBOBOXEXA
Source§impl PartialEq for NMCOMBOBOXEXA
impl PartialEq for NMCOMBOBOXEXA
impl Copy for NMCOMBOBOXEXA
impl Eq for NMCOMBOBOXEXA
Auto Trait Implementations§
impl Freeze for NMCOMBOBOXEXA
impl RefUnwindSafe for NMCOMBOBOXEXA
impl !Send for NMCOMBOBOXEXA
impl !Sync for NMCOMBOBOXEXA
impl Unpin for NMCOMBOBOXEXA
impl UnwindSafe for NMCOMBOBOXEXA
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