#[repr(C)]pub struct PCI_ROOT_BUS_HARDWARE_CAPABILITY_0 {
pub BusCapabilitiesFound: BOOLEAN,
pub CurrentSpeedAndMode: u32,
pub SupportedSpeedsAndModes: u32,
pub DeviceIDMessagingCapable: BOOLEAN,
pub SecondaryBusWidth: PCI_BUS_WIDTH,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§BusCapabilitiesFound: BOOLEAN
§CurrentSpeedAndMode: u32
§SupportedSpeedsAndModes: u32
§DeviceIDMessagingCapable: BOOLEAN
§SecondaryBusWidth: PCI_BUS_WIDTH
Trait Implementations§
§impl Clone for PCI_ROOT_BUS_HARDWARE_CAPABILITY_0
impl Clone for PCI_ROOT_BUS_HARDWARE_CAPABILITY_0
impl Copy for PCI_ROOT_BUS_HARDWARE_CAPABILITY_0
Auto Trait Implementations§
impl RefUnwindSafe for PCI_ROOT_BUS_HARDWARE_CAPABILITY_0
impl Send for PCI_ROOT_BUS_HARDWARE_CAPABILITY_0
impl Sync for PCI_ROOT_BUS_HARDWARE_CAPABILITY_0
impl Unpin for PCI_ROOT_BUS_HARDWARE_CAPABILITY_0
impl UnwindSafe for PCI_ROOT_BUS_HARDWARE_CAPABILITY_0
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