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: StructureTypep_next: *const c_voidswapchain_count: u32p_device_masks: *const u32mode: DeviceGroupPresentModeFlagsKHRImplementations
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