Struct winapi::commctrl::NMTVCUSTOMDRAW [] [src]

pub struct NMTVCUSTOMDRAW {
    pub nmcd: NMCUSTOMDRAW,
    pub clrText: COLORREF,
    pub clrTextBk: COLORREF,
    pub iLevel: c_int,
}

Fields

nmcd: NMCUSTOMDRAW clrText: COLORREF clrTextBk: COLORREF iLevel: c_int

Trait Implementations

impl Debug for NMTVCUSTOMDRAW
[src]

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

Formats the value using the given formatter.

impl Copy for NMTVCUSTOMDRAW
[src]

impl Clone for NMTVCUSTOMDRAW
[src]

fn clone(&self) -> NMTVCUSTOMDRAW

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