Struct ash::vk::PhysicalDevicePCIBusInfoPropertiesEXT
source · #[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§
source§impl PhysicalDevicePCIBusInfoPropertiesEXT
impl PhysicalDevicePCIBusInfoPropertiesEXT
pub fn builder<'a>() -> PhysicalDevicePCIBusInfoPropertiesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDevicePCIBusInfoPropertiesEXT
impl Clone for PhysicalDevicePCIBusInfoPropertiesEXT
source§fn clone(&self) -> PhysicalDevicePCIBusInfoPropertiesEXT
fn clone(&self) -> PhysicalDevicePCIBusInfoPropertiesEXT
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