Struct windows::Wdk::System::SystemServices::PCIX_BRIDGE_CAPABILITY
#[repr(C)]pub struct PCIX_BRIDGE_CAPABILITY {
pub Header: PCI_CAPABILITIES_HEADER,
pub SecondaryStatus: PCIX_BRIDGE_CAPABILITY_2,
pub BridgeStatus: PCIX_BRIDGE_CAPABILITY_0,
pub UpstreamSplitTransactionCapacity: u16,
pub UpstreamSplitTransactionLimit: u16,
pub DownstreamSplitTransactionCapacity: u16,
pub DownstreamSplitTransactionLimit: u16,
pub EccControlStatus: PCIX_BRIDGE_CAPABILITY_1,
pub EccFirstAddress: u32,
pub EccSecondAddress: u32,
pub EccAttribute: u32,
}
Fields§
§Header: PCI_CAPABILITIES_HEADER
§SecondaryStatus: PCIX_BRIDGE_CAPABILITY_2
§BridgeStatus: PCIX_BRIDGE_CAPABILITY_0
§UpstreamSplitTransactionCapacity: u16
§UpstreamSplitTransactionLimit: u16
§DownstreamSplitTransactionCapacity: u16
§DownstreamSplitTransactionLimit: u16
§EccControlStatus: PCIX_BRIDGE_CAPABILITY_1
§EccFirstAddress: u32
§EccSecondAddress: u32
§EccAttribute: u32
Trait Implementations§
§impl Clone for PCIX_BRIDGE_CAPABILITY
impl Clone for PCIX_BRIDGE_CAPABILITY
§fn clone(&self) -> PCIX_BRIDGE_CAPABILITY
fn clone(&self) -> PCIX_BRIDGE_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 PCIX_BRIDGE_CAPABILITY
impl Default for PCIX_BRIDGE_CAPABILITY
impl Copy for PCIX_BRIDGE_CAPABILITY
Auto Trait Implementations§
impl Freeze for PCIX_BRIDGE_CAPABILITY
impl RefUnwindSafe for PCIX_BRIDGE_CAPABILITY
impl Send for PCIX_BRIDGE_CAPABILITY
impl Sync for PCIX_BRIDGE_CAPABILITY
impl Unpin for PCIX_BRIDGE_CAPABILITY
impl UnwindSafe for PCIX_BRIDGE_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
)