Struct unity_native_plugin_sys::VkDeviceGroupSwapchainCreateInfoKHR [−][src]
#[repr(C)]pub struct VkDeviceGroupSwapchainCreateInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub modes: VkDeviceGroupPresentModeFlagsKHR,
}Fields
sType: VkStructureTypepNext: *const c_voidmodes: VkDeviceGroupPresentModeFlagsKHRTrait Implementations
Auto Trait Implementations
impl !Send for VkDeviceGroupSwapchainCreateInfoKHR
impl !Sync for VkDeviceGroupSwapchainCreateInfoKHR
impl Unpin for VkDeviceGroupSwapchainCreateInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more