#[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: StructureTypep_next: *const c_voidswapchain_count: u32p_device_masks: *const u32mode: DeviceGroupPresentModeFlagsKHRImplementations
sourceimpl DeviceGroupPresentInfoKHR
impl DeviceGroupPresentInfoKHR
pub fn builder<'a>() -> DeviceGroupPresentInfoKHRBuilder<'a>
Trait Implementations
sourceimpl Clone for DeviceGroupPresentInfoKHR
impl Clone for DeviceGroupPresentInfoKHR
sourcefn clone(&self) -> DeviceGroupPresentInfoKHR
fn clone(&self) -> DeviceGroupPresentInfoKHR
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 Debug for DeviceGroupPresentInfoKHR
impl Debug for DeviceGroupPresentInfoKHR
sourceimpl Default for DeviceGroupPresentInfoKHR
impl Default for DeviceGroupPresentInfoKHR
sourcefn default() -> DeviceGroupPresentInfoKHR
fn default() -> DeviceGroupPresentInfoKHR
Returns the “default value” for a type. Read more
impl Copy for DeviceGroupPresentInfoKHR
impl ExtendsPresentInfoKHR for DeviceGroupPresentInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for DeviceGroupPresentInfoKHR
impl !Send for DeviceGroupPresentInfoKHR
impl !Sync for DeviceGroupPresentInfoKHR
impl Unpin for DeviceGroupPresentInfoKHR
impl UnwindSafe for DeviceGroupPresentInfoKHR
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