Struct windows_sys::Win32::UI::Controls::NMREBARCHILDSIZE
[−]#[repr(C)]pub struct NMREBARCHILDSIZE {
pub hdr: NMHDR,
pub uBand: u32,
pub wID: u32,
pub rcChild: RECT,
pub rcBand: RECT,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
uBand: u32
wID: u32
rcChild: RECT
rcBand: RECT
Trait Implementations
impl Clone for NMREBARCHILDSIZE
impl Clone for NMREBARCHILDSIZE
impl Copy for NMREBARCHILDSIZE
Auto Trait Implementations
impl RefUnwindSafe for NMREBARCHILDSIZE
impl Send for NMREBARCHILDSIZE
impl Sync for NMREBARCHILDSIZE
impl Unpin for NMREBARCHILDSIZE
impl UnwindSafe for NMREBARCHILDSIZE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more