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: UINT mask: UINT Left: UINT Top: UINT Right: UINT Bottom: UINT crLeft: COLORREF crTop: COLORREF crRight: COLORREF crBottom: COLORREF crHeader: COLORREF crFooter: COLORREF

Trait Implementations

impl Debug for LVGROUPMETRICS
[src]

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

Formats the value using the given formatter.

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