Struct unity_native_plugin_sys::VkDeviceGroupPresentInfoKHR [−][src]
#[repr(C)]pub struct VkDeviceGroupPresentInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub swapchainCount: u32,
pub pDeviceMasks: *const u32,
pub mode: VkDeviceGroupPresentModeFlagBitsKHR,
}Fields
sType: VkStructureTypepNext: *const c_voidswapchainCount: u32pDeviceMasks: *const u32mode: VkDeviceGroupPresentModeFlagBitsKHRTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkDeviceGroupPresentInfoKHR
impl !Send for VkDeviceGroupPresentInfoKHR
impl !Sync for VkDeviceGroupPresentInfoKHR
impl Unpin for VkDeviceGroupPresentInfoKHR
impl UnwindSafe for VkDeviceGroupPresentInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more