#[repr(C)]
pub struct REBARBANDINFOW {
Show 22 fields pub cbSize: u32, pub fMask: u32, pub fStyle: u32, pub clrFore: COLORREF, pub clrBack: COLORREF, pub lpText: PWSTR, pub cch: u32, pub iImage: i32, pub hwndChild: HWND, pub cxMinChild: u32, pub cyMinChild: u32, pub cx: u32, pub hbmBack: HBITMAP, pub wID: u32, pub cyChild: u32, pub cyMaxChild: u32, pub cyIntegral: u32, pub cxIdeal: u32, pub lParam: LPARAM, pub cxHeader: u32, pub rcChevronLocation: RECT, pub uChevronState: u32,
}
Expand description

Required features: "Win32_UI_Controls", "Win32_Foundation", "Win32_Graphics_Gdi"

Fields§

§cbSize: u32§fMask: u32§fStyle: u32§clrFore: COLORREF§clrBack: COLORREF§lpText: PWSTR§cch: u32§iImage: i32§hwndChild: HWND§cxMinChild: u32§cyMinChild: u32§cx: u32§hbmBack: HBITMAP§wID: u32§cyChild: u32§cyMaxChild: u32§cyIntegral: u32§cxIdeal: u32§lParam: LPARAM§cxHeader: u32§rcChevronLocation: RECT§uChevronState: u32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.