#[repr(C)]pub struct NMVIEWCHANGE {
pub nmhdr: NMHDR,
pub dwOldView: u32,
pub dwNewView: u32,
}
Fields§
§nmhdr: NMHDR
§dwOldView: u32
§dwNewView: u32
Trait Implementations§
Source§impl Clone for NMVIEWCHANGE
impl Clone for NMVIEWCHANGE
Source§fn clone(&self) -> NMVIEWCHANGE
fn clone(&self) -> NMVIEWCHANGE
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 NMVIEWCHANGE
impl Debug for NMVIEWCHANGE
Source§impl Default for NMVIEWCHANGE
impl Default for NMVIEWCHANGE
Source§impl PartialEq for NMVIEWCHANGE
impl PartialEq for NMVIEWCHANGE
impl Copy for NMVIEWCHANGE
impl Eq for NMVIEWCHANGE
Auto Trait Implementations§
impl Freeze for NMVIEWCHANGE
impl RefUnwindSafe for NMVIEWCHANGE
impl Send for NMVIEWCHANGE
impl Sync for NMVIEWCHANGE
impl Unpin for NMVIEWCHANGE
impl UnwindSafe for NMVIEWCHANGE
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