#[repr(C)]pub struct DeviceGroupPresentInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub swapchain_count: u32,
    pub p_device_masks: *const u32,
    pub mode: DeviceGroupPresentModeFlagsKHR,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§swapchain_count: u32§p_device_masks: *const u32§mode: DeviceGroupPresentModeFlagsKHRImplementations§
Source§impl DeviceGroupPresentInfoKHR
 
impl DeviceGroupPresentInfoKHR
pub fn builder<'a>() -> DeviceGroupPresentInfoKHRBuilder<'a>
Trait Implementations§
Source§impl Clone for DeviceGroupPresentInfoKHR
 
impl Clone for DeviceGroupPresentInfoKHR
Source§fn clone(&self) -> DeviceGroupPresentInfoKHR
 
fn clone(&self) -> DeviceGroupPresentInfoKHR
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 moreSource§impl Default for DeviceGroupPresentInfoKHR
 
impl Default for DeviceGroupPresentInfoKHR
impl Copy for DeviceGroupPresentInfoKHR
impl ExtendsPresentInfoKHR for DeviceGroupPresentInfoKHR
Auto Trait Implementations§
impl Freeze for DeviceGroupPresentInfoKHR
impl RefUnwindSafe for DeviceGroupPresentInfoKHR
impl !Send for DeviceGroupPresentInfoKHR
impl !Sync for DeviceGroupPresentInfoKHR
impl Unpin for DeviceGroupPresentInfoKHR
impl UnwindSafe for DeviceGroupPresentInfoKHR
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