Struct windows::Wdk::System::SystemServices::PCI_EXPRESS_DPC_CAPABILITY
#[repr(C)]pub struct PCI_EXPRESS_DPC_CAPABILITY {Show 13 fields
pub Header: PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER,
pub DpcCapabilities: PCI_EXPRESS_DPC_CAPS_REGISTER,
pub DpcControl: PCI_EXPRESS_DPC_CONTROL_REGISTER,
pub DpcStatus: PCI_EXPRESS_DPC_STATUS_REGISTER,
pub DpcErrSrcId: PCI_EXPRESS_DPC_ERROR_SOURCE_ID,
pub RpPioStatus: PCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER,
pub RpPioMask: PCI_EXPRESS_DPC_RP_PIO_MASK_REGISTER,
pub RpPioSeverity: PCI_EXPRESS_DPC_RP_PIO_SEVERITY_REGISTER,
pub RpPioSysError: PCI_EXPRESS_DPC_RP_PIO_SYSERR_REGISTER,
pub RpPioException: PCI_EXPRESS_DPC_RP_PIO_EXCEPTION_REGISTER,
pub RpPioHeaderLog: PCI_EXPRESS_DPC_RP_PIO_HEADERLOG_REGISTER,
pub RpPioImpSpecLog: PCI_EXPRESS_DPC_RP_PIO_IMPSPECLOG_REGISTER,
pub RpPioPrefixLog: PCI_EXPRESS_DPC_RP_PIO_TLPPREFIXLOG_REGISTER,
}
Fields§
§Header: PCI_EXPRESS_ENHANCED_CAPABILITY_HEADER
§DpcCapabilities: PCI_EXPRESS_DPC_CAPS_REGISTER
§DpcControl: PCI_EXPRESS_DPC_CONTROL_REGISTER
§DpcStatus: PCI_EXPRESS_DPC_STATUS_REGISTER
§DpcErrSrcId: PCI_EXPRESS_DPC_ERROR_SOURCE_ID
§RpPioStatus: PCI_EXPRESS_DPC_RP_PIO_STATUS_REGISTER
§RpPioMask: PCI_EXPRESS_DPC_RP_PIO_MASK_REGISTER
§RpPioSeverity: PCI_EXPRESS_DPC_RP_PIO_SEVERITY_REGISTER
§RpPioSysError: PCI_EXPRESS_DPC_RP_PIO_SYSERR_REGISTER
§RpPioException: PCI_EXPRESS_DPC_RP_PIO_EXCEPTION_REGISTER
§RpPioHeaderLog: PCI_EXPRESS_DPC_RP_PIO_HEADERLOG_REGISTER
§RpPioImpSpecLog: PCI_EXPRESS_DPC_RP_PIO_IMPSPECLOG_REGISTER
§RpPioPrefixLog: PCI_EXPRESS_DPC_RP_PIO_TLPPREFIXLOG_REGISTER
Trait Implementations§
§impl Clone for PCI_EXPRESS_DPC_CAPABILITY
impl Clone for PCI_EXPRESS_DPC_CAPABILITY
§fn clone(&self) -> PCI_EXPRESS_DPC_CAPABILITY
fn clone(&self) -> PCI_EXPRESS_DPC_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 more§impl Default for PCI_EXPRESS_DPC_CAPABILITY
impl Default for PCI_EXPRESS_DPC_CAPABILITY
impl Copy for PCI_EXPRESS_DPC_CAPABILITY
Auto Trait Implementations§
impl Freeze for PCI_EXPRESS_DPC_CAPABILITY
impl RefUnwindSafe for PCI_EXPRESS_DPC_CAPABILITY
impl Send for PCI_EXPRESS_DPC_CAPABILITY
impl Sync for PCI_EXPRESS_DPC_CAPABILITY
impl Unpin for PCI_EXPRESS_DPC_CAPABILITY
impl UnwindSafe for PCI_EXPRESS_DPC_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
)