Struct windows_sys::Win32::UI::Controls::NMVIEWCHANGE
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
nmhdr: NMHDR
dwOldView: u32
dwNewView: u32
Trait Implementations
impl Clone for NMVIEWCHANGE
impl Clone for NMVIEWCHANGE
impl Copy for NMVIEWCHANGE
Auto Trait Implementations
impl RefUnwindSafe for NMVIEWCHANGE
impl Send for NMVIEWCHANGE
impl Sync for NMVIEWCHANGE
impl Unpin for NMVIEWCHANGE
impl UnwindSafe for NMVIEWCHANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more