Struct windows_sys::Wdk::System::SystemServices::KSYSTEM_TIME
#[repr(C)]pub struct KSYSTEM_TIME {
pub LowPart: u32,
pub High1Time: i32,
pub High2Time: i32,
}
Fields§
§LowPart: u32
§High1Time: i32
§High2Time: i32
Trait Implementations§
§impl Clone for KSYSTEM_TIME
impl Clone for KSYSTEM_TIME
impl Copy for KSYSTEM_TIME
Auto Trait Implementations§
impl RefUnwindSafe for KSYSTEM_TIME
impl Send for KSYSTEM_TIME
impl Sync for KSYSTEM_TIME
impl Unpin for KSYSTEM_TIME
impl UnwindSafe for KSYSTEM_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