#[repr(C)]pub struct NMDAYSTATE {
pub nmhdr: NMHDR,
pub stStart: SYSTEMTIME,
pub cDayState: c_int,
pub prgDayState: LPMONTHDAYSTATE,
}Fields§
§nmhdr: NMHDR§stStart: SYSTEMTIME§cDayState: c_int§prgDayState: LPMONTHDAYSTATETrait Implementations§
Source§impl Clone for NMDAYSTATE
impl Clone for NMDAYSTATE
Source§fn clone(&self) -> NMDAYSTATE
fn clone(&self) -> NMDAYSTATE
Returns a duplicate 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 NMDAYSTATE
Available on crate feature impl-default only.
impl Default for NMDAYSTATE
Available on crate feature
impl-default only.Source§fn default() -> NMDAYSTATE
fn default() -> NMDAYSTATE
Returns the “default value” for a type. Read more
impl Copy for NMDAYSTATE
Auto Trait Implementations§
impl Freeze for NMDAYSTATE
impl RefUnwindSafe for NMDAYSTATE
impl !Send for NMDAYSTATE
impl !Sync for NMDAYSTATE
impl Unpin for NMDAYSTATE
impl UnsafeUnpin for NMDAYSTATE
impl UnwindSafe for NMDAYSTATE
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