Struct windows_sys::Win32::System::Power::ACPI_REAL_TIME
[−]#[repr(C)]pub struct ACPI_REAL_TIME {
pub Year: u16,
pub Month: u8,
pub Day: u8,
pub Hour: u8,
pub Minute: u8,
pub Second: u8,
pub Valid: u8,
pub Milliseconds: u16,
pub TimeZone: i16,
pub DayLight: u8,
pub Reserved1: [u8; 3],
}
Expand description
Required features: "Win32_System_Power"
Fields
Year: u16
Month: u8
Day: u8
Hour: u8
Minute: u8
Second: u8
Valid: u8
Milliseconds: u16
TimeZone: i16
DayLight: u8
Reserved1: [u8; 3]
Trait Implementations
impl Clone for ACPI_REAL_TIME
impl Clone for ACPI_REAL_TIME
impl Copy for ACPI_REAL_TIME
Auto Trait Implementations
impl RefUnwindSafe for ACPI_REAL_TIME
impl Send for ACPI_REAL_TIME
impl Sync for ACPI_REAL_TIME
impl Unpin for ACPI_REAL_TIME
impl UnwindSafe for ACPI_REAL_TIME
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