Struct NMCOMBOBOXEXA
#[repr(C)]pub struct NMCOMBOBOXEXA {
pub hdr: NMHDR,
pub ceItem: COMBOBOXEXITEMA,
}Fields§
§hdr: NMHDR§ceItem: COMBOBOXEXITEMATrait Implementations§
§impl Clone for NMCOMBOBOXEXA
impl Clone for NMCOMBOBOXEXA
§fn clone(&self) -> NMCOMBOBOXEXA
fn clone(&self) -> NMCOMBOBOXEXA
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NMCOMBOBOXEXA
§impl Default for NMCOMBOBOXEXA
impl Default for NMCOMBOBOXEXA
§fn default() -> NMCOMBOBOXEXA
fn default() -> NMCOMBOBOXEXA
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for NMCOMBOBOXEXA
impl !Sync for NMCOMBOBOXEXA
impl Freeze for NMCOMBOBOXEXA
impl RefUnwindSafe for NMCOMBOBOXEXA
impl Unpin for NMCOMBOBOXEXA
impl UnsafeUnpin 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