Struct windows_sys::Win32::UI::Controls::NMDAYSTATE
[−]#[repr(C)]pub struct NMDAYSTATE {
pub nmhdr: NMHDR,
pub stStart: SYSTEMTIME,
pub cDayState: i32,
pub prgDayState: *mut u32,
}
Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
nmhdr: NMHDR
stStart: SYSTEMTIME
cDayState: i32
prgDayState: *mut u32
Trait Implementations
impl Clone for NMDAYSTATE
impl Clone for NMDAYSTATE
impl Copy for NMDAYSTATE
Auto Trait Implementations
impl RefUnwindSafe for NMDAYSTATE
impl !Send for NMDAYSTATE
impl !Sync for NMDAYSTATE
impl Unpin for NMDAYSTATE
impl UnwindSafe for NMDAYSTATE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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