Struct ash::vk::DeviceGroupDeviceCreateInfo
source · #[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§
source§impl DeviceGroupDeviceCreateInfo
impl DeviceGroupDeviceCreateInfo
pub fn builder<'a>() -> DeviceGroupDeviceCreateInfoBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceGroupDeviceCreateInfo
impl Clone for DeviceGroupDeviceCreateInfo
source§fn clone(&self) -> DeviceGroupDeviceCreateInfo
fn clone(&self) -> DeviceGroupDeviceCreateInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more