#[repr(C)]pub struct REBARBANDINFOW {Show 22 fields
pub cbSize: UINT,
pub fMask: UINT,
pub fStyle: UINT,
pub clrFore: COLORREF,
pub clrBack: COLORREF,
pub lpText: LPWSTR,
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: UINT
§fMask: UINT
§fStyle: UINT
§clrFore: COLORREF
§clrBack: COLORREF
§lpText: LPWSTR
§cch: UINT
§iImage: c_int
§hwndChild: HWND
§cxMinChild: UINT
§cyMinChild: UINT
§cx: UINT
§hbmBack: HBITMAP
§wID: UINT
§cyChild: UINT
§cyMaxChild: UINT
§cyIntegral: UINT
§cxIdeal: UINT
§lParam: LPARAM
§cxHeader: UINT
§rcChevronLocation: RECT
§uChevronState: UINT
Trait Implementations§
Source§impl Clone for REBARBANDINFOW
impl Clone for REBARBANDINFOW
Source§fn clone(&self) -> REBARBANDINFOW
fn clone(&self) -> REBARBANDINFOW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for REBARBANDINFOW
impl Default for REBARBANDINFOW
Source§fn default() -> REBARBANDINFOW
fn default() -> REBARBANDINFOW
Returns the “default value” for a type. Read more
impl Copy for REBARBANDINFOW
Auto Trait Implementations§
impl Freeze for REBARBANDINFOW
impl RefUnwindSafe for REBARBANDINFOW
impl !Send for REBARBANDINFOW
impl !Sync for REBARBANDINFOW
impl Unpin for REBARBANDINFOW
impl UnwindSafe for REBARBANDINFOW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more