#[repr(C)]pub struct NMREBARCHILDSIZE {
pub hdr: NMHDR,
pub uBand: u32,
pub wID: u32,
pub rcChild: RECT,
pub rcBand: RECT,
}
Fields§
§hdr: NMHDR
§uBand: u32
§wID: u32
§rcChild: RECT
§rcBand: RECT
Trait Implementations§
Source§impl Abi for NMREBARCHILDSIZE
impl Abi for NMREBARCHILDSIZE
Source§type Abi = NMREBARCHILDSIZE
type Abi = NMREBARCHILDSIZE
The abi representation of the implementing type. Read more
type DefaultType = NMREBARCHILDSIZE
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 NMREBARCHILDSIZE
impl Clone for NMREBARCHILDSIZE
Source§fn clone(&self) -> NMREBARCHILDSIZE
fn clone(&self) -> NMREBARCHILDSIZE
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 NMREBARCHILDSIZE
impl Debug for NMREBARCHILDSIZE
Source§impl Default for NMREBARCHILDSIZE
impl Default for NMREBARCHILDSIZE
Source§impl PartialEq for NMREBARCHILDSIZE
impl PartialEq for NMREBARCHILDSIZE
impl Copy for NMREBARCHILDSIZE
impl Eq for NMREBARCHILDSIZE
Auto Trait Implementations§
impl Freeze for NMREBARCHILDSIZE
impl RefUnwindSafe for NMREBARCHILDSIZE
impl Send for NMREBARCHILDSIZE
impl Sync for NMREBARCHILDSIZE
impl Unpin for NMREBARCHILDSIZE
impl UnwindSafe for NMREBARCHILDSIZE
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