#[repr(C)]pub struct COMBOBOXEXITEMA {
pub mask: UINT,
pub iItem: INT_PTR,
pub pszText: LPSTR,
pub cchTextMax: c_int,
pub iImage: c_int,
pub iSelectedImage: c_int,
pub iOverlay: c_int,
pub iIndent: c_int,
pub lParam: LPARAM,
}
Fields§
§mask: UINT
§iItem: INT_PTR
§pszText: LPSTR
§cchTextMax: c_int
§iImage: c_int
§iSelectedImage: c_int
§iOverlay: c_int
§iIndent: c_int
§lParam: LPARAM
Trait Implementations§
Source§impl Clone for COMBOBOXEXITEMA
impl Clone for COMBOBOXEXITEMA
Source§fn clone(&self) -> COMBOBOXEXITEMA
fn clone(&self) -> COMBOBOXEXITEMA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for COMBOBOXEXITEMA
impl Default for COMBOBOXEXITEMA
Source§fn default() -> COMBOBOXEXITEMA
fn default() -> COMBOBOXEXITEMA
Returns the “default value” for a type. Read more
impl Copy for COMBOBOXEXITEMA
Auto Trait Implementations§
impl Freeze for COMBOBOXEXITEMA
impl RefUnwindSafe for COMBOBOXEXITEMA
impl !Send for COMBOBOXEXITEMA
impl !Sync for COMBOBOXEXITEMA
impl Unpin for COMBOBOXEXITEMA
impl UnwindSafe for COMBOBOXEXITEMA
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