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 | |
clrText | |
clrTextBk | |
iSubItem | |
dwItemType | |
clrFace | |
iIconEffect | |
iIconPhase | |
iPartId | |
iStateId | |
rcText | |
uAlign |
Trait Implementations
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