#[repr(C)]pub struct REBARBANDINFOA {Show 22 fields
pub cbSize: u32,
pub fMask: u32,
pub fStyle: u32,
pub clrFore: u32,
pub clrBack: u32,
pub lpText: PSTR,
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,
}
Fields§
§cbSize: u32
§fMask: u32
§fStyle: u32
§clrFore: u32
§clrBack: u32
§lpText: PSTR
§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§
Source§impl Abi for REBARBANDINFOA
impl Abi for REBARBANDINFOA
Source§type Abi = REBARBANDINFOA
type Abi = REBARBANDINFOA
The abi representation of the implementing type. Read more
type DefaultType = REBARBANDINFOA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for REBARBANDINFOA
impl Clone for REBARBANDINFOA
Source§fn clone(&self) -> REBARBANDINFOA
fn clone(&self) -> REBARBANDINFOA
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 Debug for REBARBANDINFOA
impl Debug for REBARBANDINFOA
Source§impl Default for REBARBANDINFOA
impl Default for REBARBANDINFOA
Source§impl PartialEq for REBARBANDINFOA
impl PartialEq for REBARBANDINFOA
impl Copy for REBARBANDINFOA
impl Eq for REBARBANDINFOA
Auto Trait Implementations§
impl Freeze for REBARBANDINFOA
impl RefUnwindSafe for REBARBANDINFOA
impl !Send for REBARBANDINFOA
impl !Sync for REBARBANDINFOA
impl Unpin for REBARBANDINFOA
impl UnwindSafe for REBARBANDINFOA
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