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: WORD wMonth: WORD wDayOfWeek: WORD wDay: WORD wHour: WORD wMinute: WORD wSecond: WORD wMilliseconds: WORD

Trait Implementations

impl Debug for SYSTEMTIME
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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