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 | |
idCommand | |
fsState | |
fsStyle | |
bReserved | |
dwData | |
iString |
Trait Implementations
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