Struct winapi::commctrl::TBMETRICS [] [src]

pub struct TBMETRICS {
    pub cbSize: UINT,
    pub dwMask: DWORD,
    pub cxPad: c_int,
    pub cyPad: c_int,
    pub cxBarPad: c_int,
    pub cyBarPad: c_int,
    pub cxButtonSpacing: c_int,
    pub cyButtonSpacing: c_int,
}

Fields

cbSize
dwMask
cxPad
cyPad
cxBarPad
cyBarPad
cxButtonSpacing
cyButtonSpacing

Trait Implementations

impl Copy for TBMETRICS
[src]

impl Clone for TBMETRICS
[src]

fn clone(&self) -> TBMETRICS

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

Derived Implementations

impl Debug for TBMETRICS
[src]

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

Formats the value using the given formatter.