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

#[repr(C)]pub struct NMLVCUSTOMDRAW {
    pub nmcd: NMCUSTOMDRAW,
    pub clrText: COLORREF,
    pub clrTextBk: COLORREF,
    pub iSubItem: c_int,
    pub dwItemType: DWORD,
    pub clrFace: COLORREF,
    pub iIconEffect: c_int,
    pub iIconPhase: c_int,
    pub iPartId: c_int,
    pub iStateId: c_int,
    pub rcText: RECT,
    pub uAlign: UINT,
}

Fields

nmcd: NMCUSTOMDRAWclrText: COLORREFclrTextBk: COLORREFiSubItem: c_intdwItemType: DWORDclrFace: COLORREFiIconEffect: c_intiIconPhase: c_intiPartId: c_intiStateId: c_intrcText: RECTuAlign: UINT

Trait Implementations

impl Clone for NMLVCUSTOMDRAW[src]

impl Copy for NMLVCUSTOMDRAW[src]

impl Default for NMLVCUSTOMDRAW[src]

Auto Trait Implementations

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.