#[repr(C)]pub struct DeviceGroupSwapchainCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub modes: DeviceGroupPresentModeFlagsKHR,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
modes: DeviceGroupPresentModeFlagsKHRImplementations§
Source§impl DeviceGroupSwapchainCreateInfoKHR
impl DeviceGroupSwapchainCreateInfoKHR
Sourcepub fn builder<'a>() -> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
pub fn builder<'a>() -> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for DeviceGroupSwapchainCreateInfoKHR
impl Clone for DeviceGroupSwapchainCreateInfoKHR
Source§fn clone(&self) -> DeviceGroupSwapchainCreateInfoKHR
fn clone(&self) -> DeviceGroupSwapchainCreateInfoKHR
Returns a duplicate 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 moreimpl Copy for DeviceGroupSwapchainCreateInfoKHR
impl ExtendsSwapchainCreateInfoKHR for DeviceGroupSwapchainCreateInfoKHR
Auto Trait Implementations§
impl Freeze for DeviceGroupSwapchainCreateInfoKHR
impl RefUnwindSafe for DeviceGroupSwapchainCreateInfoKHR
impl !Send for DeviceGroupSwapchainCreateInfoKHR
impl !Sync for DeviceGroupSwapchainCreateInfoKHR
impl Unpin for DeviceGroupSwapchainCreateInfoKHR
impl UnsafeUnpin for DeviceGroupSwapchainCreateInfoKHR
impl UnwindSafe for DeviceGroupSwapchainCreateInfoKHR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more