Struct ash::vk::PhysicalDevicePCIBusInfoPropertiesEXT [−][src]
#[repr(C)]pub struct PhysicalDevicePCIBusInfoPropertiesEXT { pub s_type: StructureType, pub p_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: StructureType
p_next: *mut c_void
pci_domain: u32
pci_bus: u32
pci_device: u32
pci_function: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDevicePCIBusInfoPropertiesEXT
impl !Sync for PhysicalDevicePCIBusInfoPropertiesEXT
Blanket Implementations
Mutably borrows from an owned value. Read more