Struct winapi::commctrl::NMTVCUSTOMDRAW
[−]
[src]
pub struct NMTVCUSTOMDRAW {
pub nmcd: NMCUSTOMDRAW,
pub clrText: COLORREF,
pub clrTextBk: COLORREF,
pub iLevel: c_int,
}Fields
nmcd | |
clrText | |
clrTextBk | |
iLevel |
Trait Implementations
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