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