#[repr(C)]pub struct PCI_ADVANCED_FEATURES_CAPABILITY {
pub Header: PCI_CAPABILITIES_HEADER,
pub Length: u8,
pub Capabilities: PCI_ADVANCED_FEATURES_CAPABILITY_0,
pub Control: PCI_ADVANCED_FEATURES_CAPABILITY_1,
pub Status: PCI_ADVANCED_FEATURES_CAPABILITY_2,
}
Fields§
§Header: PCI_CAPABILITIES_HEADER
§Length: u8
§Capabilities: PCI_ADVANCED_FEATURES_CAPABILITY_0
§Control: PCI_ADVANCED_FEATURES_CAPABILITY_1
§Status: PCI_ADVANCED_FEATURES_CAPABILITY_2
Trait Implementations§
§impl Clone for PCI_ADVANCED_FEATURES_CAPABILITY
impl Clone for PCI_ADVANCED_FEATURES_CAPABILITY
impl Copy for PCI_ADVANCED_FEATURES_CAPABILITY
Auto Trait Implementations§
impl RefUnwindSafe for PCI_ADVANCED_FEATURES_CAPABILITY
impl Send for PCI_ADVANCED_FEATURES_CAPABILITY
impl Sync for PCI_ADVANCED_FEATURES_CAPABILITY
impl Unpin for PCI_ADVANCED_FEATURES_CAPABILITY
impl UnwindSafe for PCI_ADVANCED_FEATURES_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