Struct windows::Win32::UI::Controls::NMVIEWCHANGE
#[repr(C)]pub struct NMVIEWCHANGE {
pub nmhdr: NMHDR,
pub dwOldView: MONTH_CALDENDAR_MESSAGES_VIEW,
pub dwNewView: MONTH_CALDENDAR_MESSAGES_VIEW,
}
Fields§
§nmhdr: NMHDR
§dwOldView: MONTH_CALDENDAR_MESSAGES_VIEW
§dwNewView: MONTH_CALDENDAR_MESSAGES_VIEW
Trait Implementations§
§impl Clone for NMVIEWCHANGE
impl Clone for NMVIEWCHANGE
§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 more§impl Debug for NMVIEWCHANGE
impl Debug for NMVIEWCHANGE
§impl Default for NMVIEWCHANGE
impl Default for NMVIEWCHANGE
§impl PartialEq for NMVIEWCHANGE
impl PartialEq for NMVIEWCHANGE
§fn eq(&self, other: &NMVIEWCHANGE) -> bool
fn eq(&self, other: &NMVIEWCHANGE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NMVIEWCHANGE
impl Eq for NMVIEWCHANGE
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)