#[repr(C)]pub struct NMCOMBOBOXEXW {
pub hdr: NMHDR,
pub ceItem: COMBOBOXEXITEMW,
}Fields§
§hdr: NMHDR§ceItem: COMBOBOXEXITEMWAuto Trait Implementations§
impl !Send for NMCOMBOBOXEXW
impl !Sync for NMCOMBOBOXEXW
impl Freeze for NMCOMBOBOXEXW
impl RefUnwindSafe for NMCOMBOBOXEXW
impl Unpin for NMCOMBOBOXEXW
impl UnsafeUnpin 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