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