Struct native_windows_gui::constants::SYSTEMTIME []

#[repr(C)]
pub struct SYSTEMTIME { pub wYear: u16, pub wMonth: u16, pub wDayOfWeek: u16, pub wDay: u16, pub wHour: u16, pub wMinute: u16, pub wSecond: u16, pub wMilliseconds: u16, }

Fields

Trait Implementations

impl Clone for SYSTEMTIME

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SYSTEMTIME

impl Debug for SYSTEMTIME

Formats the value using the given formatter.