#[repr(transparent)]pub struct PhysicalDevicePCIBusInfoPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDevicePCIBusInfoPropertiesEXTBuilder<'a>
impl<'a> PhysicalDevicePCIBusInfoPropertiesEXTBuilder<'a>
pub fn pci_domain(self, pci_domain: u32) -> Self
pub fn pci_bus(self, pci_bus: u32) -> Self
pub fn pci_device(self, pci_device: u32) -> Self
pub fn pci_function(self, pci_function: u32) -> Self
sourcepub fn build(self) -> PhysicalDevicePCIBusInfoPropertiesEXT
pub fn build(self) -> PhysicalDevicePCIBusInfoPropertiesEXT
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.