Struct ash::vk::DeviceGroupPresentInfoKHR
source · #[repr(C)]pub struct DeviceGroupPresentInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain_count: u32,
pub p_device_masks: *const u32,
pub mode: DeviceGroupPresentModeFlagsKHR,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§swapchain_count: u32
§p_device_masks: *const u32
§mode: DeviceGroupPresentModeFlagsKHR
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> DeviceGroupPresentInfoKHR<'a>
impl<'a> DeviceGroupPresentInfoKHR<'a>
pub fn device_masks(self, device_masks: &'a [u32]) -> Self
pub fn mode(self, mode: DeviceGroupPresentModeFlagsKHR) -> Self
Trait Implementations§
source§impl<'a> Clone for DeviceGroupPresentInfoKHR<'a>
impl<'a> Clone for DeviceGroupPresentInfoKHR<'a>
source§fn clone(&self) -> DeviceGroupPresentInfoKHR<'a>
fn clone(&self) -> DeviceGroupPresentInfoKHR<'a>
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<'a> Debug for DeviceGroupPresentInfoKHR<'a>
impl<'a> Debug for DeviceGroupPresentInfoKHR<'a>
source§impl Default for DeviceGroupPresentInfoKHR<'_>
impl Default for DeviceGroupPresentInfoKHR<'_>
source§impl<'a> TaggedStructure for DeviceGroupPresentInfoKHR<'a>
impl<'a> TaggedStructure for DeviceGroupPresentInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_GROUP_PRESENT_INFO_KHR
impl<'a> Copy for DeviceGroupPresentInfoKHR<'a>
impl ExtendsPresentInfoKHR for DeviceGroupPresentInfoKHR<'_>
impl Send for DeviceGroupPresentInfoKHR<'_>
impl Sync for DeviceGroupPresentInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceGroupPresentInfoKHR<'a>
impl<'a> RefUnwindSafe for DeviceGroupPresentInfoKHR<'a>
impl<'a> Unpin for DeviceGroupPresentInfoKHR<'a>
impl<'a> UnwindSafe for DeviceGroupPresentInfoKHR<'a>
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