Struct windows_sys::Win32::Devices::Display::ENG_TIME_FIELDS
[−]#[repr(C)]pub struct ENG_TIME_FIELDS {
pub usYear: u16,
pub usMonth: u16,
pub usDay: u16,
pub usHour: u16,
pub usMinute: u16,
pub usSecond: u16,
pub usMilliseconds: u16,
pub usWeekday: u16,
}Expand description
Required features: "Win32_Devices_Display"
Fields
usYear: u16usMonth: u16usDay: u16usHour: u16usMinute: u16usSecond: u16usMilliseconds: u16usWeekday: u16Trait Implementations
impl Clone for ENG_TIME_FIELDS
impl Clone for ENG_TIME_FIELDS
impl Copy for ENG_TIME_FIELDS
Auto Trait Implementations
impl RefUnwindSafe for ENG_TIME_FIELDS
impl Send for ENG_TIME_FIELDS
impl Sync for ENG_TIME_FIELDS
impl Unpin for ENG_TIME_FIELDS
impl UnwindSafe for ENG_TIME_FIELDS
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