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: u16Month: u8Day: u8Hour: u8Minute: u8Second: u8Valid: u8Milliseconds: u16TimeZone: i16DayLight: u8Reserved1: [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 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