Struct ntapi::ntexapi::SYSTEM_TIMEOFDAY_INFORMATION
source · [−]#[repr(C)]pub struct SYSTEM_TIMEOFDAY_INFORMATION {
pub BootTime: LARGE_INTEGER,
pub CurrentTime: LARGE_INTEGER,
pub TimeZoneBias: LARGE_INTEGER,
pub TimeZoneId: ULONG,
pub Reserved: ULONG,
pub BootTimeBias: ULONGLONG,
pub SleepTimeBias: ULONGLONG,
}
Fields
BootTime: LARGE_INTEGER
CurrentTime: LARGE_INTEGER
TimeZoneBias: LARGE_INTEGER
TimeZoneId: ULONG
Reserved: ULONG
BootTimeBias: ULONGLONG
SleepTimeBias: ULONGLONG
Trait Implementations
sourceimpl Clone for SYSTEM_TIMEOFDAY_INFORMATION
impl Clone for SYSTEM_TIMEOFDAY_INFORMATION
sourcefn clone(&self) -> SYSTEM_TIMEOFDAY_INFORMATION
fn clone(&self) -> SYSTEM_TIMEOFDAY_INFORMATION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SYSTEM_TIMEOFDAY_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for SYSTEM_TIMEOFDAY_INFORMATION
impl Send for SYSTEM_TIMEOFDAY_INFORMATION
impl Sync for SYSTEM_TIMEOFDAY_INFORMATION
impl Unpin for SYSTEM_TIMEOFDAY_INFORMATION
impl UnwindSafe for SYSTEM_TIMEOFDAY_INFORMATION
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