#[repr(C)]pub struct VkQueueFamilyCheckpointPropertiesNV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub checkpointExecutionStageMask: VkPipelineStageFlags,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§checkpointExecutionStageMask: VkPipelineStageFlags
Trait Implementations§
Source§impl Clone for VkQueueFamilyCheckpointPropertiesNV
impl Clone for VkQueueFamilyCheckpointPropertiesNV
Source§fn clone(&self) -> VkQueueFamilyCheckpointPropertiesNV
fn clone(&self) -> VkQueueFamilyCheckpointPropertiesNV
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 VkQueueFamilyCheckpointPropertiesNV
Auto Trait Implementations§
impl Freeze for VkQueueFamilyCheckpointPropertiesNV
impl RefUnwindSafe for VkQueueFamilyCheckpointPropertiesNV
impl !Send for VkQueueFamilyCheckpointPropertiesNV
impl !Sync for VkQueueFamilyCheckpointPropertiesNV
impl Unpin for VkQueueFamilyCheckpointPropertiesNV
impl UnwindSafe for VkQueueFamilyCheckpointPropertiesNV
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