#[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§
Source§impl Clone for NMDAYSTATE
impl Clone for NMDAYSTATE
Source§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 moreSource§impl Debug for NMDAYSTATE
impl Debug for NMDAYSTATE
Source§impl Default for NMDAYSTATE
impl Default for NMDAYSTATE
Source§impl PartialEq for NMDAYSTATE
impl PartialEq for NMDAYSTATE
impl Copy for NMDAYSTATE
impl Eq 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