#[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§
Source§impl Clone for NMRBAUTOSIZE
impl Clone for NMRBAUTOSIZE
Source§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 moreSource§impl Debug for NMRBAUTOSIZE
impl Debug for NMRBAUTOSIZE
Source§impl Default for NMRBAUTOSIZE
impl Default for NMRBAUTOSIZE
Source§impl PartialEq for NMRBAUTOSIZE
impl PartialEq for NMRBAUTOSIZE
impl Copy for NMRBAUTOSIZE
impl Eq 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