#[repr(C, packed(1))]pub struct WHEA_GENERIC_ERROR_DESCRIPTOR {
pub Type: u16,
pub Reserved: u8,
pub Enabled: u8,
pub ErrStatusBlockLength: u32,
pub RelatedErrorSourceId: u32,
pub ErrStatusAddressSpaceID: u8,
pub ErrStatusAddressBitWidth: u8,
pub ErrStatusAddressBitOffset: u8,
pub ErrStatusAddressAccessSize: u8,
pub ErrStatusAddress: i64,
pub Notify: WHEA_NOTIFICATION_DESCRIPTOR,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Type: u16
Reserved: u8
Enabled: u8
ErrStatusBlockLength: u32
RelatedErrorSourceId: u32
ErrStatusAddressSpaceID: u8
ErrStatusAddressBitWidth: u8
ErrStatusAddressBitOffset: u8
ErrStatusAddressAccessSize: u8
ErrStatusAddress: i64
Notify: WHEA_NOTIFICATION_DESCRIPTOR
Trait Implementations
impl Clone for WHEA_GENERIC_ERROR_DESCRIPTOR
impl Clone for WHEA_GENERIC_ERROR_DESCRIPTOR
impl Copy for WHEA_GENERIC_ERROR_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for WHEA_GENERIC_ERROR_DESCRIPTOR
impl Send for WHEA_GENERIC_ERROR_DESCRIPTOR
impl Sync for WHEA_GENERIC_ERROR_DESCRIPTOR
impl Unpin for WHEA_GENERIC_ERROR_DESCRIPTOR
impl UnwindSafe for WHEA_GENERIC_ERROR_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more