Struct winapi::commctrl::NMTBCUSTOMDRAW [] [src]

pub struct NMTBCUSTOMDRAW {
    pub nmcd: NMCUSTOMDRAW,
    pub hbrMonoDither: HBRUSH,
    pub hbrLines: HBRUSH,
    pub hpenLines: HPEN,
    pub clrText: COLORREF,
    pub clrMark: COLORREF,
    pub clrTextHighlight: COLORREF,
    pub clrBtnFace: COLORREF,
    pub clrBtnHighlight: COLORREF,
    pub clrHighlightHotTrack: COLORREF,
    pub rcText: RECT,
    pub nStringBkMode: c_int,
    pub nHLStringBkMode: c_int,
    pub iListGap: c_int,
}

Fields

nmcd: NMCUSTOMDRAW hbrMonoDither: HBRUSH hbrLines: HBRUSH hpenLines: HPEN clrText: COLORREF clrMark: COLORREF clrTextHighlight: COLORREF clrBtnFace: COLORREF clrBtnHighlight: COLORREF clrHighlightHotTrack: COLORREF rcText: RECT nStringBkMode: c_int nHLStringBkMode: c_int iListGap: c_int

Trait Implementations

impl Debug for NMTBCUSTOMDRAW
[src]

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

Formats the value using the given formatter.

impl Copy for NMTBCUSTOMDRAW
[src]

impl Clone for NMTBCUSTOMDRAW
[src]

fn clone(&self) -> NMTBCUSTOMDRAW

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