#[repr(C)]pub struct VkPhysicalDevicePCIBusInfoPropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub pciDomain: u32,
pub pciBus: u32,
pub pciDevice: u32,
pub pciFunction: u32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§pciDomain: u32
§pciBus: u32
§pciDevice: u32
§pciFunction: u32
Trait Implementations§
Source§impl Clone for VkPhysicalDevicePCIBusInfoPropertiesEXT
impl Clone for VkPhysicalDevicePCIBusInfoPropertiesEXT
Source§fn clone(&self) -> VkPhysicalDevicePCIBusInfoPropertiesEXT
fn clone(&self) -> VkPhysicalDevicePCIBusInfoPropertiesEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDevicePCIBusInfoPropertiesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDevicePCIBusInfoPropertiesEXT
impl RefUnwindSafe for VkPhysicalDevicePCIBusInfoPropertiesEXT
impl !Send for VkPhysicalDevicePCIBusInfoPropertiesEXT
impl !Sync for VkPhysicalDevicePCIBusInfoPropertiesEXT
impl Unpin for VkPhysicalDevicePCIBusInfoPropertiesEXT
impl UnwindSafe for VkPhysicalDevicePCIBusInfoPropertiesEXT
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