#[repr(C)]pub struct COMBOBOXEXITEMW {
pub mask: COMBOBOX_EX_ITEM_FLAGS,
pub iItem: isize,
pub pszText: PWSTR,
pub cchTextMax: i32,
pub iImage: i32,
pub iSelectedImage: i32,
pub iOverlay: i32,
pub iIndent: i32,
pub lParam: LPARAM,
}
Fields§
§mask: COMBOBOX_EX_ITEM_FLAGS
§iItem: isize
§pszText: PWSTR
§cchTextMax: i32
§iImage: i32
§iSelectedImage: i32
§iOverlay: i32
§iIndent: i32
§lParam: LPARAM
Trait Implementations§
Source§impl Abi for COMBOBOXEXITEMW
impl Abi for COMBOBOXEXITEMW
Source§type Abi = COMBOBOXEXITEMW
type Abi = COMBOBOXEXITEMW
The abi representation of the implementing type. Read more
type DefaultType = COMBOBOXEXITEMW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for COMBOBOXEXITEMW
impl Clone for COMBOBOXEXITEMW
Source§fn clone(&self) -> COMBOBOXEXITEMW
fn clone(&self) -> COMBOBOXEXITEMW
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 Debug for COMBOBOXEXITEMW
impl Debug for COMBOBOXEXITEMW
Source§impl Default for COMBOBOXEXITEMW
impl Default for COMBOBOXEXITEMW
Source§impl PartialEq for COMBOBOXEXITEMW
impl PartialEq for COMBOBOXEXITEMW
impl Copy for COMBOBOXEXITEMW
impl Eq for COMBOBOXEXITEMW
Auto Trait Implementations§
impl Freeze for COMBOBOXEXITEMW
impl RefUnwindSafe for COMBOBOXEXITEMW
impl !Send for COMBOBOXEXITEMW
impl !Sync for COMBOBOXEXITEMW
impl Unpin for COMBOBOXEXITEMW
impl UnwindSafe for COMBOBOXEXITEMW
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