#[repr(C)]pub struct DeviceGroupSwapchainCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub modes: DeviceGroupPresentModeFlagsKHR,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidmodes: DeviceGroupPresentModeFlagsKHRImplementations
sourceimpl DeviceGroupSwapchainCreateInfoKHR
impl DeviceGroupSwapchainCreateInfoKHR
pub fn builder<'a>() -> DeviceGroupSwapchainCreateInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for DeviceGroupSwapchainCreateInfoKHR
impl Clone for DeviceGroupSwapchainCreateInfoKHR
sourcefn clone(&self) -> DeviceGroupSwapchainCreateInfoKHR
fn clone(&self) -> DeviceGroupSwapchainCreateInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for DeviceGroupSwapchainCreateInfoKHR
impl Default for DeviceGroupSwapchainCreateInfoKHR
sourcefn default() -> DeviceGroupSwapchainCreateInfoKHR
fn default() -> DeviceGroupSwapchainCreateInfoKHR
Returns the “default value” for a type. Read more
impl Copy for DeviceGroupSwapchainCreateInfoKHR
impl ExtendsSwapchainCreateInfoKHR for DeviceGroupSwapchainCreateInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for DeviceGroupSwapchainCreateInfoKHR
impl !Send for DeviceGroupSwapchainCreateInfoKHR
impl !Sync for DeviceGroupSwapchainCreateInfoKHR
impl Unpin for DeviceGroupSwapchainCreateInfoKHR
impl UnwindSafe for DeviceGroupSwapchainCreateInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more