#[repr(C)]pub struct NMDATETIMESTRINGA {
pub nmhdr: NMHDR,
pub pszUserString: LPCSTR,
pub st: SYSTEMTIME,
pub dwFlags: DWORD,
}
Fields§
§nmhdr: NMHDR
§pszUserString: LPCSTR
§st: SYSTEMTIME
§dwFlags: DWORD
Trait Implementations§
Source§impl Clone for NMDATETIMESTRINGA
impl Clone for NMDATETIMESTRINGA
Source§fn clone(&self) -> NMDATETIMESTRINGA
fn clone(&self) -> NMDATETIMESTRINGA
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 Default for NMDATETIMESTRINGA
impl Default for NMDATETIMESTRINGA
Source§fn default() -> NMDATETIMESTRINGA
fn default() -> NMDATETIMESTRINGA
Returns the “default value” for a type. Read more
impl Copy for NMDATETIMESTRINGA
Auto Trait Implementations§
impl Freeze for NMDATETIMESTRINGA
impl RefUnwindSafe for NMDATETIMESTRINGA
impl !Send for NMDATETIMESTRINGA
impl !Sync for NMDATETIMESTRINGA
impl Unpin for NMDATETIMESTRINGA
impl UnwindSafe for NMDATETIMESTRINGA
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