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: UINT dwMask: DWORD cxPad: c_int cyPad: c_int cxBarPad: c_int cyBarPad: c_int cxButtonSpacing: c_int cyButtonSpacing: c_int

Trait Implementations

impl Debug for TBMETRICS
[src]

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

Formats the value using the given formatter.

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