#[repr(C)]pub struct PCI_EXPRESS_ROOTPORT_AER_CAPABILITY {
pub Header: PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER,
pub UncorrectableErrorStatus: PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS,
pub UncorrectableErrorMask: PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK,
pub UncorrectableErrorSeverity: PCI_EXPRESS_UNCORRECTABLE_ERROR_SEVERITY,
pub CorrectableErrorStatus: PCI_EXPRESS_CORRECTABLE_ERROR_STATUS,
pub CorrectableErrorMask: PCI_EXPRESS_CORRECTABLE_ERROR_MASK,
pub CapabilitiesAndControl: PCI_EXPRESS_AER_CAPABILITIES,
pub HeaderLog: [u32; 4],
pub RootErrorCommand: PCI_EXPRESS_ROOT_ERROR_COMMAND,
pub RootErrorStatus: PCI_EXPRESS_ROOT_ERROR_STATUS,
pub ErrorSourceId: PCI_EXPRESS_ERROR_SOURCE_ID,
}
Fields§
§Header: PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER
§UncorrectableErrorStatus: PCI_EXPRESS_UNCORRECTABLE_ERROR_STATUS
§UncorrectableErrorMask: PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK
§UncorrectableErrorSeverity: PCI_EXPRESS_UNCORRECTABLE_ERROR_SEVERITY
§CorrectableErrorStatus: PCI_EXPRESS_CORRECTABLE_ERROR_STATUS
§CorrectableErrorMask: PCI_EXPRESS_CORRECTABLE_ERROR_MASK
§CapabilitiesAndControl: PCI_EXPRESS_AER_CAPABILITIES
§HeaderLog: [u32; 4]
§RootErrorCommand: PCI_EXPRESS_ROOT_ERROR_COMMAND
§RootErrorStatus: PCI_EXPRESS_ROOT_ERROR_STATUS
§ErrorSourceId: PCI_EXPRESS_ERROR_SOURCE_ID
Trait Implementations§
§impl Clone for PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
impl Clone for PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
§fn clone(&self) -> PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
fn clone(&self) -> PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
Auto Trait Implementations§
impl Freeze for PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
impl RefUnwindSafe for PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
impl Send for PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
impl Sync for PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
impl Unpin for PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
impl UnwindSafe for PCI_EXPRESS_ROOTPORT_AER_CAPABILITY
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)