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 | |
hbrMonoDither | |
hbrLines | |
hpenLines | |
clrText | |
clrMark | |
clrTextHighlight | |
clrBtnFace | |
clrBtnHighlight | |
clrHighlightHotTrack | |
rcText | |
nStringBkMode | |
nHLStringBkMode | |
iListGap |
Trait Implementations
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