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