Struct windows_native::ntexapi::SYSTEM_TIMEOFDAY_INFORMATION
source ยท #[repr(C)]pub struct SYSTEM_TIMEOFDAY_INFORMATION {
pub BootTime: i64,
pub CurrentTime: i64,
pub TimeZoneBias: i64,
pub TimeZoneId: u32,
pub Reserved: u32,
pub BootTimeBias: u64,
pub SleepTimeBias: u64,
}Fieldsยง
ยงBootTime: i64ยงCurrentTime: i64ยงTimeZoneBias: i64ยงTimeZoneId: u32ยงReserved: u32ยงBootTimeBias: u64ยงSleepTimeBias: u64Trait Implementationsยง
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ยง
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