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

#[repr(C)]
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: UINTdwMask: DWORDcxPad: c_intcyPad: c_intcxBarPad: c_intcyBarPad: c_intcxButtonSpacing: c_intcyButtonSpacing: c_int

Trait Implementations

impl Copy for TBMETRICS[src]

impl Clone for TBMETRICS[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for TBMETRICS[src]

Auto Trait Implementations

impl Send for TBMETRICS

impl Sync for TBMETRICS

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]