#[repr(C)]pub struct PhysicalDevicePCIBusInfoPropertiesEXT {
pub s_type: StructureType,
pub next: *mut c_void,
pub pci_domain: u32,
pub pci_bus: u32,
pub pci_device: u32,
pub pci_function: u32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidpci_domain: u32pci_bus: u32pci_device: u32pci_function: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for PhysicalDevicePCIBusInfoPropertiesEXT
impl !Sync for PhysicalDevicePCIBusInfoPropertiesEXT
Blanket Implementations
Mutably borrows from an owned value. Read more