Struct windows_sys::Win32::UI::Controls::NMCOMBOBOXEXW
[−]#[repr(C)]pub struct NMCOMBOBOXEXW {
pub hdr: NMHDR,
pub ceItem: COMBOBOXEXITEMW,
}
Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
hdr: NMHDR
ceItem: COMBOBOXEXITEMW
Trait Implementations
impl Clone for NMCOMBOBOXEXW
impl Clone for NMCOMBOBOXEXW
impl Copy for NMCOMBOBOXEXW
Auto Trait Implementations
impl RefUnwindSafe for NMCOMBOBOXEXW
impl !Send for NMCOMBOBOXEXW
impl !Sync for NMCOMBOBOXEXW
impl Unpin for NMCOMBOBOXEXW
impl UnwindSafe for NMCOMBOBOXEXW
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