#[repr(C)]
pub struct REBARBANDINFOW {
Show 22 fields pub cbSize: u32, pub fMask: u32, pub fStyle: u32, pub clrFore: u32, pub clrBack: u32, 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: u32fMask: u32fStyle: u32clrFore: u32clrBack: u32lpText: PWSTRcch: u32iImage: i32hwndChild: HWNDcxMinChild: u32cyMinChild: u32cx: u32hbmBack: HBITMAPwID: u32cyChild: u32cyMaxChild: u32cyIntegral: u32cxIdeal: u32lParam: LPARAMcxHeader: u32rcChevronLocation: RECTuChevronState: 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.