Struct ash::vk::DeviceGroupDeviceCreateInfo [−][src]
#[repr(C)]pub struct DeviceGroupDeviceCreateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub physical_device_count: u32, pub p_physical_devices: *const PhysicalDevice, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidphysical_device_count: u32p_physical_devices: *const PhysicalDeviceImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for DeviceGroupDeviceCreateInfo
impl !Send for DeviceGroupDeviceCreateInfo
impl !Sync for DeviceGroupDeviceCreateInfo
impl Unpin for DeviceGroupDeviceCreateInfo
impl UnwindSafe for DeviceGroupDeviceCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more