Struct ash::vk::DeviceGroupSwapchainCreateInfoKHR
source · #[repr(C)]pub struct DeviceGroupSwapchainCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub modes: DeviceGroupPresentModeFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§modes: DeviceGroupPresentModeFlagsKHR
Implementations§
source§impl DeviceGroupSwapchainCreateInfoKHR
impl DeviceGroupSwapchainCreateInfoKHR
pub fn builder<'a>() -> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for DeviceGroupSwapchainCreateInfoKHR
impl Clone for DeviceGroupSwapchainCreateInfoKHR
source§fn clone(&self) -> DeviceGroupSwapchainCreateInfoKHR
fn clone(&self) -> DeviceGroupSwapchainCreateInfoKHR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more