Union windows_sys::Wdk::System::SystemServices::WHEA_TIMESTAMP
#[repr(C, packed(1))]
pub union WHEA_TIMESTAMP {
pub Anonymous: WHEA_TIMESTAMP_0,
pub AsLARGE_INTEGER: i64,
}
Fields§
§Anonymous: WHEA_TIMESTAMP_0
§AsLARGE_INTEGER: i64
Trait Implementations§
§impl Clone for WHEA_TIMESTAMP
impl Clone for WHEA_TIMESTAMP
impl Copy for WHEA_TIMESTAMP
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_TIMESTAMP
impl Send for WHEA_TIMESTAMP
impl Sync for WHEA_TIMESTAMP
impl Unpin for WHEA_TIMESTAMP
impl UnwindSafe for WHEA_TIMESTAMP
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