Struct winapi::minwinbase::SYSTEMTIME
[−]
[src]
pub struct SYSTEMTIME {
pub wYear: WORD,
pub wMonth: WORD,
pub wDayOfWeek: WORD,
pub wDay: WORD,
pub wHour: WORD,
pub wMinute: WORD,
pub wSecond: WORD,
pub wMilliseconds: WORD,
}Fields
wYear | |
wMonth | |
wDayOfWeek | |
wDay | |
wHour | |
wMinute | |
wSecond | |
wMilliseconds |
Trait Implementations
impl Copy for SYSTEMTIME[src]
impl Clone for SYSTEMTIME[src]
fn clone(&self) -> SYSTEMTIME
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more