Struct windows_sys::Win32::UI::Controls::NMRBAUTOSIZE
[−]#[repr(C)]pub struct NMRBAUTOSIZE {
pub hdr: NMHDR,
pub fChanged: BOOL,
pub rcTarget: RECT,
pub rcActual: RECT,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
fChanged: BOOL
rcTarget: RECT
rcActual: RECT
Trait Implementations
impl Clone for NMRBAUTOSIZE
impl Clone for NMRBAUTOSIZE
impl Copy for NMRBAUTOSIZE
Auto Trait Implementations
impl RefUnwindSafe for NMRBAUTOSIZE
impl Send for NMRBAUTOSIZE
impl Sync for NMRBAUTOSIZE
impl Unpin for NMRBAUTOSIZE
impl UnwindSafe for NMRBAUTOSIZE
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