[][src]Struct winapi::um::commctrl::LVITEMA

#[repr(C)]pub struct LVITEMA {
    pub mask: UINT,
    pub iItem: c_int,
    pub iSubItem: c_int,
    pub state: UINT,
    pub stateMask: UINT,
    pub pszText: LPSTR,
    pub cchTextMax: c_int,
    pub iImage: c_int,
    pub lParam: LPARAM,
    pub iIndent: c_int,
    pub iGroupId: c_int,
    pub cColumns: UINT,
    pub puColumns: PUINT,
    pub piColFmt: *mut c_int,
    pub iGroup: c_int,
}

Fields

mask: UINTiItem: c_intiSubItem: c_intstate: UINTstateMask: UINTpszText: LPSTRcchTextMax: c_intiImage: c_intlParam: LPARAMiIndent: c_intiGroupId: c_intcColumns: UINTpuColumns: PUINTpiColFmt: *mut c_intiGroup: c_int

Trait Implementations

impl Clone for LVITEMA[src]

impl Copy for LVITEMA[src]

impl Default for LVITEMA[src]

Auto Trait Implementations

impl !Send for LVITEMA

impl !Sync for LVITEMA

impl Unpin for LVITEMA

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.