Struct winapi::commctrl::TBBUTTONINFOA [] [src]

pub struct TBBUTTONINFOA {
    pub cbSize: UINT,
    pub dwMask: DWORD,
    pub idCommand: c_int,
    pub iImage: c_int,
    pub fsState: BYTE,
    pub fsStyle: BYTE,
    pub cx: WORD,
    pub lParam: DWORD_PTR,
    pub pszText: LPSTR,
    pub cchText: c_int,
}

Fields

cbSize: UINT dwMask: DWORD idCommand: c_int iImage: c_int fsState: BYTE fsStyle: BYTE cx: WORD lParam: DWORD_PTR pszText: LPSTR cchText: c_int

Trait Implementations

impl Debug for TBBUTTONINFOA
[src]

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

Formats the value using the given formatter.

impl Copy for TBBUTTONINFOA
[src]

impl Clone for TBBUTTONINFOA
[src]

fn clone(&self) -> TBBUTTONINFOA

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