Struct winapi::commctrl::LVGROUPMETRICS
[−]
[src]
pub struct LVGROUPMETRICS { pub cbSize: UINT, pub mask: UINT, pub Left: UINT, pub Top: UINT, pub Right: UINT, pub Bottom: UINT, pub crLeft: COLORREF, pub crTop: COLORREF, pub crRight: COLORREF, pub crBottom: COLORREF, pub crHeader: COLORREF, pub crFooter: COLORREF, }
Fields
cbSize | |
mask | |
Left | |
Top | |
Right | |
Bottom | |
crLeft | |
crTop | |
crRight | |
crBottom | |
crHeader | |
crFooter |
Trait Implementations
impl Copy for LVGROUPMETRICS
[src]
impl Clone for LVGROUPMETRICS
[src]
fn clone(&self) -> LVGROUPMETRICS
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