Struct pilka_dyn::ash::vk::PhysicalDevicePCIBusInfoPropertiesEXT[]

#[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,
}

Fields

s_type: StructureTypep_next: *mut c_voidpci_domain: u32pci_bus: u32pci_device: u32pci_function: u32

Implementations

impl PhysicalDevicePCIBusInfoPropertiesEXT

Trait Implementations

impl Clone for PhysicalDevicePCIBusInfoPropertiesEXT

impl Copy for PhysicalDevicePCIBusInfoPropertiesEXT

impl Debug for PhysicalDevicePCIBusInfoPropertiesEXT

impl Default for PhysicalDevicePCIBusInfoPropertiesEXT

impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePCIBusInfoPropertiesEXT

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.