#[repr(C)]pub struct DeviceGroupPresentCapabilitiesKHR {
pub sType: StructureType,
pub pNext: *mut c_void,
pub presentMask: [u32; 32],
pub modes: DeviceGroupPresentModeFlagsKHR,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§presentMask: [u32; 32]
§modes: DeviceGroupPresentModeFlagsKHR
Trait Implementations§
Source§impl Clone for DeviceGroupPresentCapabilitiesKHR
impl Clone for DeviceGroupPresentCapabilitiesKHR
Source§fn clone(&self) -> DeviceGroupPresentCapabilitiesKHR
fn clone(&self) -> DeviceGroupPresentCapabilitiesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DeviceGroupPresentCapabilitiesKHR
Auto Trait Implementations§
impl Freeze for DeviceGroupPresentCapabilitiesKHR
impl RefUnwindSafe for DeviceGroupPresentCapabilitiesKHR
impl !Send for DeviceGroupPresentCapabilitiesKHR
impl !Sync for DeviceGroupPresentCapabilitiesKHR
impl Unpin for DeviceGroupPresentCapabilitiesKHR
impl UnwindSafe for DeviceGroupPresentCapabilitiesKHR
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