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 | |
dwMask | |
idCommand | |
iImage | |
fsState | |
fsStyle | |
cx | |
lParam | |
pszText | |
cchText |
Trait Implementations
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