Struct winapi::commctrl::TBBUTTONINFOW [] [src]

pub struct TBBUTTONINFOW {
    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: LPWSTR,
    pub cchText: c_int,
}

Fields

cbSize
dwMask
idCommand
iImage
fsState
fsStyle
cx
lParam
pszText
cchText

Trait Implementations

impl Copy for TBBUTTONINFOW
[src]

impl Clone for TBBUTTONINFOW
[src]

fn clone(&self) -> TBBUTTONINFOW

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 TBBUTTONINFOW
[src]

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

Formats the value using the given formatter.