Struct ash::vk::DeviceGroupPresentInfoKHR
source · #[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: DeviceGroupPresentModeFlagsKHR
Implementations§
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 copy 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 Debug for DeviceGroupPresentInfoKHR
impl Debug for DeviceGroupPresentInfoKHR
source§impl Default for DeviceGroupPresentInfoKHR
impl Default for DeviceGroupPresentInfoKHR
source§impl TaggedStructure for DeviceGroupPresentInfoKHR
impl TaggedStructure for DeviceGroupPresentInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_PRESENT_INFO_KHR
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