Struct winapi::commctrl::REBARBANDINFOA [] [src]

pub struct REBARBANDINFOA {
    pub cbSize: UINT,
    pub fMask: UINT,
    pub fStyle: UINT,
    pub clrFore: COLORREF,
    pub clrBack: COLORREF,
    pub lpText: LPSTR,
    pub cch: UINT,
    pub iImage: c_int,
    pub hwndChild: HWND,
    pub cxMinChild: UINT,
    pub cyMinChild: UINT,
    pub cx: UINT,
    pub hbmBack: HBITMAP,
    pub wID: UINT,
    pub cyChild: UINT,
    pub cyMaxChild: UINT,
    pub cyIntegral: UINT,
    pub cxIdeal: UINT,
    pub lParam: LPARAM,
    pub cxHeader: UINT,
    pub rcChevronLocation: RECT,
    pub uChevronState: UINT,
}

Fields

cbSize: UINT fMask: UINT fStyle: UINT clrFore: COLORREF clrBack: COLORREF lpText: LPSTR cch: UINT iImage: c_int hwndChild: HWND cxMinChild: UINT cyMinChild: UINT cx: UINT hbmBack: HBITMAP wID: UINT cyChild: UINT cyMaxChild: UINT cyIntegral: UINT cxIdeal: UINT lParam: LPARAM cxHeader: UINT rcChevronLocation: RECT uChevronState: UINT

Trait Implementations

impl Debug for REBARBANDINFOA
[src]

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

Formats the value using the given formatter.

impl Copy for REBARBANDINFOA
[src]

impl Clone for REBARBANDINFOA
[src]

fn clone(&self) -> REBARBANDINFOA

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