Struct windows_sys::Wdk::System::SystemServices::WHEA_GENERIC_ERROR
#[repr(C, packed(1))]pub struct WHEA_GENERIC_ERROR {
pub BlockStatus: WHEA_GENERIC_ERROR_BLOCKSTATUS,
pub RawDataOffset: u32,
pub RawDataLength: u32,
pub DataLength: u32,
pub ErrorSeverity: WHEA_ERROR_SEVERITY,
pub Data: [u8; 1],
}
Fields§
§BlockStatus: WHEA_GENERIC_ERROR_BLOCKSTATUS
§RawDataOffset: u32
§RawDataLength: u32
§DataLength: u32
§ErrorSeverity: WHEA_ERROR_SEVERITY
§Data: [u8; 1]
Trait Implementations§
§impl Clone for WHEA_GENERIC_ERROR
impl Clone for WHEA_GENERIC_ERROR
impl Copy for WHEA_GENERIC_ERROR
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_GENERIC_ERROR
impl Send for WHEA_GENERIC_ERROR
impl Sync for WHEA_GENERIC_ERROR
impl Unpin for WHEA_GENERIC_ERROR
impl UnwindSafe for WHEA_GENERIC_ERROR
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