#[repr(C)]pub struct VkDeviceGroupPresentCapabilitiesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub presentMask: [u32; 32],
pub modes: VkDeviceGroupPresentModeFlagsKHR,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§presentMask: [u32; 32]
§modes: VkDeviceGroupPresentModeFlagsKHR
Trait Implementations§
Source§impl Clone for VkDeviceGroupPresentCapabilitiesKHR
impl Clone for VkDeviceGroupPresentCapabilitiesKHR
Source§fn clone(&self) -> VkDeviceGroupPresentCapabilitiesKHR
fn clone(&self) -> VkDeviceGroupPresentCapabilitiesKHR
Returns a duplicate 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 moreimpl Copy for VkDeviceGroupPresentCapabilitiesKHR
Auto Trait Implementations§
impl Freeze for VkDeviceGroupPresentCapabilitiesKHR
impl RefUnwindSafe for VkDeviceGroupPresentCapabilitiesKHR
impl !Send for VkDeviceGroupPresentCapabilitiesKHR
impl !Sync for VkDeviceGroupPresentCapabilitiesKHR
impl Unpin for VkDeviceGroupPresentCapabilitiesKHR
impl UnwindSafe for VkDeviceGroupPresentCapabilitiesKHR
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