Struct windows_sys::Win32::UI::Controls::NMCOMBOBOXEXA
[−]#[repr(C)]pub struct NMCOMBOBOXEXA {
pub hdr: NMHDR,
pub ceItem: COMBOBOXEXITEMA,
}
Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
hdr: NMHDR
ceItem: COMBOBOXEXITEMA
Trait Implementations
impl Clone for NMCOMBOBOXEXA
impl Clone for NMCOMBOBOXEXA
impl Copy for NMCOMBOBOXEXA
Auto Trait Implementations
impl RefUnwindSafe for NMCOMBOBOXEXA
impl !Send for NMCOMBOBOXEXA
impl !Sync for NMCOMBOBOXEXA
impl Unpin for NMCOMBOBOXEXA
impl UnwindSafe for NMCOMBOBOXEXA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more