Struct 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 moreimpl Copy 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