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: u16
usMonth: u16
usDay: u16
usHour: u16
usMinute: u16
usSecond: u16
usMilliseconds: u16
usWeekday: u16
Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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