#[repr(C, packed(1))]pub struct WHEA_AER_ROOTPORT_DESCRIPTOR {
pub Type: u16,
pub Enabled: BOOLEAN,
pub Reserved: u8,
pub BusNumber: u32,
pub Slot: WHEA_PCI_SLOT_NUMBER,
pub DeviceControl: u16,
pub Flags: AER_ROOTPORT_DESCRIPTOR_FLAGS,
pub UncorrectableErrorMask: u32,
pub UncorrectableErrorSeverity: u32,
pub CorrectableErrorMask: u32,
pub AdvancedCapsAndControl: u32,
pub RootErrorCommand: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_Foundation"
Fields
Type: u16
Enabled: BOOLEAN
Reserved: u8
BusNumber: u32
Slot: WHEA_PCI_SLOT_NUMBER
DeviceControl: u16
Flags: AER_ROOTPORT_DESCRIPTOR_FLAGS
UncorrectableErrorMask: u32
UncorrectableErrorSeverity: u32
CorrectableErrorMask: u32
AdvancedCapsAndControl: u32
RootErrorCommand: u32
Trait Implementations
impl Clone for WHEA_AER_ROOTPORT_DESCRIPTOR
impl Clone for WHEA_AER_ROOTPORT_DESCRIPTOR
impl Copy for WHEA_AER_ROOTPORT_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for WHEA_AER_ROOTPORT_DESCRIPTOR
impl Send for WHEA_AER_ROOTPORT_DESCRIPTOR
impl Sync for WHEA_AER_ROOTPORT_DESCRIPTOR
impl Unpin for WHEA_AER_ROOTPORT_DESCRIPTOR
impl UnwindSafe for WHEA_AER_ROOTPORT_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