Struct windows_sys::Win32::UI::Controls::NMCOMBOBOXEXW
#[repr(C)]pub struct NMCOMBOBOXEXW {
pub hdr: NMHDR,
pub ceItem: COMBOBOXEXITEMW,
}Expand description
Required features: "Win32_Foundation"
Fields§
§hdr: NMHDR§ceItem: COMBOBOXEXITEMWTrait 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§
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