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: StructureType
p_next: *const c_void
physical_device_count: u32
p_physical_devices: *const PhysicalDevice
Implementations
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