Struct winapi::commctrl::REBARBANDINFOA
[−]
[src]
pub struct REBARBANDINFOA { pub cbSize: UINT, pub fMask: UINT, pub fStyle: UINT, pub clrFore: COLORREF, pub clrBack: COLORREF, pub lpText: LPSTR, pub cch: UINT, pub iImage: c_int, pub hwndChild: HWND, pub cxMinChild: UINT, pub cyMinChild: UINT, pub cx: UINT, pub hbmBack: HBITMAP, pub wID: UINT, pub cyChild: UINT, pub cyMaxChild: UINT, pub cyIntegral: UINT, pub cxIdeal: UINT, pub lParam: LPARAM, pub cxHeader: UINT, pub rcChevronLocation: RECT, pub uChevronState: UINT, }
Fields
cbSize | |
fMask | |
fStyle | |
clrFore | |
clrBack | |
lpText | |
cch | |
iImage | |
hwndChild | |
cxMinChild | |
cyMinChild | |
cx | |
hbmBack | |
wID | |
cyChild | |
cyMaxChild | |
cyIntegral | |
cxIdeal | |
lParam | |
cxHeader | |
rcChevronLocation | |
uChevronState |
Trait Implementations
impl Copy for REBARBANDINFOA
[src]
impl Clone for REBARBANDINFOA
[src]
fn clone(&self) -> REBARBANDINFOA
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