Struct windows_sys::Win32::UI::Controls::NMVIEWCHANGE
[−]Expand description
Required features: ‘Win32_UI_Controls’, ‘Win32_Foundation’
Fields
nmhdr: NMHDRdwOldView: u32dwNewView: u32Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more