Struct windows_sys::Wdk::System::SystemServices::TIME_FIELDS
#[repr(C)]pub struct TIME_FIELDS {
pub Year: i16,
pub Month: i16,
pub Day: i16,
pub Hour: i16,
pub Minute: i16,
pub Second: i16,
pub Milliseconds: i16,
pub Weekday: i16,
}
Fields§
§Year: i16
§Month: i16
§Day: i16
§Hour: i16
§Minute: i16
§Second: i16
§Milliseconds: i16
§Weekday: i16
Trait Implementations§
§impl Clone for TIME_FIELDS
impl Clone for TIME_FIELDS
impl Copy for TIME_FIELDS
Auto Trait Implementations§
impl RefUnwindSafe for TIME_FIELDS
impl Send for TIME_FIELDS
impl Sync for TIME_FIELDS
impl Unpin for TIME_FIELDS
impl UnwindSafe for TIME_FIELDS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more