Struct windows::Wdk::System::SystemServices::PCI_FPB_CAPABILITY
#[repr(C)]pub struct PCI_FPB_CAPABILITY {
pub Header: PCI_FPB_CAPABILITY_HEADER,
pub CapabilitiesRegister: PCI_FPB_CAPABILITIES_REGISTER,
pub RidVectorControl1Register: PCI_FPB_RID_VECTOR_CONTROL1_REGISTER,
pub RidVectorControl2Register: PCI_FPB_RID_VECTOR_CONTROL2_REGISTER,
pub MemLowVectorControlRegister: PCI_FPB_MEM_LOW_VECTOR_CONTROL_REGISTER,
pub MemHighVectorControl1Register: PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER,
pub MemHighVectorControl2Register: PCI_FPB_MEM_HIGH_VECTOR_CONTROL2_REGISTER,
pub VectorAccessControlRegister: PCI_FPB_VECTOR_ACCESS_CONTROL_REGISTER,
pub VectorAccessDataRegister: PCI_FPB_VECTOR_ACCESS_DATA_REGISTER,
}
Fields§
§Header: PCI_FPB_CAPABILITY_HEADER
§CapabilitiesRegister: PCI_FPB_CAPABILITIES_REGISTER
§RidVectorControl1Register: PCI_FPB_RID_VECTOR_CONTROL1_REGISTER
§RidVectorControl2Register: PCI_FPB_RID_VECTOR_CONTROL2_REGISTER
§MemLowVectorControlRegister: PCI_FPB_MEM_LOW_VECTOR_CONTROL_REGISTER
§MemHighVectorControl1Register: PCI_FPB_MEM_HIGH_VECTOR_CONTROL1_REGISTER
§MemHighVectorControl2Register: PCI_FPB_MEM_HIGH_VECTOR_CONTROL2_REGISTER
§VectorAccessControlRegister: PCI_FPB_VECTOR_ACCESS_CONTROL_REGISTER
§VectorAccessDataRegister: PCI_FPB_VECTOR_ACCESS_DATA_REGISTER
Trait Implementations§
§impl Clone for PCI_FPB_CAPABILITY
impl Clone for PCI_FPB_CAPABILITY
§fn clone(&self) -> PCI_FPB_CAPABILITY
fn clone(&self) -> PCI_FPB_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_FPB_CAPABILITY
impl Default for PCI_FPB_CAPABILITY
impl Copy for PCI_FPB_CAPABILITY
Auto Trait Implementations§
impl Freeze for PCI_FPB_CAPABILITY
impl RefUnwindSafe for PCI_FPB_CAPABILITY
impl Send for PCI_FPB_CAPABILITY
impl Sync for PCI_FPB_CAPABILITY
impl Unpin for PCI_FPB_CAPABILITY
impl UnwindSafe for PCI_FPB_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
)