Struct winapi::um::minwinbase::SYSTEMTIME
source · [−]#[repr(C)]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
sourceimpl Clone for SYSTEMTIME
impl Clone for SYSTEMTIME
sourcefn clone(&self) -> SYSTEMTIME
fn clone(&self) -> SYSTEMTIME
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SYSTEMTIME
Auto Trait Implementations
impl RefUnwindSafe for SYSTEMTIME
impl Send for SYSTEMTIME
impl Sync for SYSTEMTIME
impl Unpin for SYSTEMTIME
impl UnwindSafe for SYSTEMTIME
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more