Struct vulkanalia_sys::DeviceGroupPresentInfoKHR
source · [−]#[repr(C)]pub struct DeviceGroupPresentInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub swapchain_count: u32,
pub device_masks: *const u32,
pub mode: DeviceGroupPresentModeFlagsKHR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidswapchain_count: u32device_masks: *const u32mode: DeviceGroupPresentModeFlagsKHRTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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