Struct windows::Win32::UI::Controls::NMRBAUTOSIZE
#[repr(C)]pub struct NMRBAUTOSIZE {
pub hdr: NMHDR,
pub fChanged: BOOL,
pub rcTarget: RECT,
pub rcActual: RECT,
}
Fields§
§hdr: NMHDR
§fChanged: BOOL
§rcTarget: RECT
§rcActual: RECT
Trait Implementations§
§impl Clone for NMRBAUTOSIZE
impl Clone for NMRBAUTOSIZE
§fn clone(&self) -> NMRBAUTOSIZE
fn clone(&self) -> NMRBAUTOSIZE
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 more§impl Debug for NMRBAUTOSIZE
impl Debug for NMRBAUTOSIZE
§impl Default for NMRBAUTOSIZE
impl Default for NMRBAUTOSIZE
§impl PartialEq for NMRBAUTOSIZE
impl PartialEq for NMRBAUTOSIZE
§fn eq(&self, other: &NMRBAUTOSIZE) -> bool
fn eq(&self, other: &NMRBAUTOSIZE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NMRBAUTOSIZE
impl Eq for NMRBAUTOSIZE
impl StructuralPartialEq for NMRBAUTOSIZE
Auto Trait Implementations§
impl Freeze for NMRBAUTOSIZE
impl RefUnwindSafe for NMRBAUTOSIZE
impl !Send for NMRBAUTOSIZE
impl !Sync for NMRBAUTOSIZE
impl Unpin for NMRBAUTOSIZE
impl UnwindSafe for NMRBAUTOSIZE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)