Struct vks::VkDeviceGroupPresentInfoKHX [] [src]

#[repr(C)]
pub struct VkDeviceGroupPresentInfoKHX { pub sType: VkStructureType, pub pNext: *const c_void, pub swapchainCount: u32, pub pDeviceMasks: *const u32, pub mode: VkDeviceGroupPresentModeFlagBitsKHX, }

Fields

Trait Implementations

impl Debug for VkDeviceGroupPresentInfoKHX
[src]

Formats the value using the given formatter.

impl Copy for VkDeviceGroupPresentInfoKHX
[src]

impl Clone for VkDeviceGroupPresentInfoKHX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkDeviceGroupPresentInfoKHX
[src]

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