Struct vks::VkPhysicalDeviceGroupPropertiesKHX [] [src]

#[repr(C)]
pub struct VkPhysicalDeviceGroupPropertiesKHX { pub sType: VkStructureType, pub pNext: *mut c_void, pub physicalDeviceCount: u32, pub physicalDevices: [VkPhysicalDevice; 32], pub subsetAllocation: VkBool32, }

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceGroupPropertiesKHX
[src]

Formats the value using the given formatter.

impl Copy for VkPhysicalDeviceGroupPropertiesKHX
[src]

impl Clone for VkPhysicalDeviceGroupPropertiesKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceGroupPropertiesKHX
[src]

Returns the "default value" for a type. Read more