#[repr(C)]pub struct NMVIEWCHANGE {
pub nmhdr: NMHDR,
pub dwOldView: DWORD,
pub dwNewView: DWORD,
}
Fields§
§nmhdr: NMHDR
§dwOldView: DWORD
§dwNewView: DWORD
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 Default for NMVIEWCHANGE
impl Default for NMVIEWCHANGE
Source§fn default() -> NMVIEWCHANGE
fn default() -> NMVIEWCHANGE
Returns the “default value” for a type. Read more
impl Copy 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