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