Struct winapi::commctrl::TBBUTTON [] [src]

pub struct TBBUTTON {
    pub iBitmap: c_int,
    pub idCommand: c_int,
    pub fsState: BYTE,
    pub fsStyle: BYTE,
    pub bReserved: [BYTE; 6],
    pub dwData: DWORD_PTR,
    pub iString: INT_PTR,
}

Fields

iBitmap: c_int idCommand: c_int fsState: BYTE fsStyle: BYTE bReserved: [BYTE; 6] dwData: DWORD_PTR iString: INT_PTR

Trait Implementations

impl Debug for TBBUTTON
[src]

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

Formats the value using the given formatter.

impl Copy for TBBUTTON
[src]

impl Clone for TBBUTTON
[src]

fn clone(&self) -> TBBUTTON

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