Struct windows::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],
}
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
§fn clone(&self) -> ACPI_REAL_TIME
fn clone(&self) -> ACPI_REAL_TIME
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ACPI_REAL_TIME
impl Debug for ACPI_REAL_TIME
§impl Default for ACPI_REAL_TIME
impl Default for ACPI_REAL_TIME
§impl PartialEq for ACPI_REAL_TIME
impl PartialEq for ACPI_REAL_TIME
§fn eq(&self, other: &ACPI_REAL_TIME) -> bool
fn eq(&self, other: &ACPI_REAL_TIME) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ACPI_REAL_TIME
impl Eq for ACPI_REAL_TIME
impl StructuralPartialEq for ACPI_REAL_TIME
Auto Trait Implementations§
impl Freeze for ACPI_REAL_TIME
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)