#[repr(C)]pub struct DeviceGroupPresentInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub swapchainCount: u32,
pub pDeviceMasks: *const u32,
pub mode: DeviceGroupPresentModeFlagBitsKHR,
}Fields§
§sType: StructureType§pNext: *const c_void§swapchainCount: u32§pDeviceMasks: *const u32§mode: DeviceGroupPresentModeFlagBitsKHRTrait 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 moreimpl Copy 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