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

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: NMCUSTOMDRAW clrText: COLORREF clrTextBk: COLORREF iSubItem: c_int dwItemType: DWORD clrFace: COLORREF iIconEffect: c_int iIconPhase: c_int iPartId: c_int iStateId: c_int rcText: RECT uAlign: UINT

Trait Implementations

impl Debug for NMLVCUSTOMDRAW
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for NMLVCUSTOMDRAW
[src]

impl Clone for NMLVCUSTOMDRAW
[src]

fn clone(&self) -> NMLVCUSTOMDRAW

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more