Struct NMDAYSTATE
#[repr(C)]pub struct NMDAYSTATE {
pub nmhdr: NMHDR,
pub stStart: SYSTEMTIME,
pub cDayState: i32,
pub prgDayState: *mut u32,
}
Fields§
§nmhdr: NMHDR
§stStart: SYSTEMTIME
§cDayState: i32
§prgDayState: *mut u32
Trait Implementations§
§impl Clone for NMDAYSTATE
impl Clone for NMDAYSTATE
§fn clone(&self) -> NMDAYSTATE
fn clone(&self) -> NMDAYSTATE
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 moreimpl 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 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