#[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: DeviceGroupPresentModeFlagsKHRImplementations§
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 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 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