#[repr(C)]pub struct QueueFamilyCheckpointProperties2NV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub checkpoint_execution_stage_mask: PipelineStageFlagBits2,
}Expand description
VkQueueFamilyCheckpointProperties2NV
Provided by VK_NV_device_diagnostic_checkpoints.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV.
p_next: *mut c_voidOptional, may be null.
checkpoint_execution_stage_mask: PipelineStageFlagBits2Implementations§
Source§impl QueueFamilyCheckpointProperties2NV
impl QueueFamilyCheckpointProperties2NV
Sourcepub fn builder<'a>() -> QueueFamilyCheckpointProperties2NVBuilder<'a>
pub fn builder<'a>() -> QueueFamilyCheckpointProperties2NVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for QueueFamilyCheckpointProperties2NV
impl Clone for QueueFamilyCheckpointProperties2NV
Source§fn clone(&self) -> QueueFamilyCheckpointProperties2NV
fn clone(&self) -> QueueFamilyCheckpointProperties2NV
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 moreSource§impl Default for QueueFamilyCheckpointProperties2NV
impl Default for QueueFamilyCheckpointProperties2NV
Source§fn default() -> QueueFamilyCheckpointProperties2NV
fn default() -> QueueFamilyCheckpointProperties2NV
Returns the “default value” for a type. Read more
impl Copy for QueueFamilyCheckpointProperties2NV
impl ExtendsQueueFamilyProperties2 for QueueFamilyCheckpointProperties2NV
Auto Trait Implementations§
impl Freeze for QueueFamilyCheckpointProperties2NV
impl RefUnwindSafe for QueueFamilyCheckpointProperties2NV
impl !Send for QueueFamilyCheckpointProperties2NV
impl !Sync for QueueFamilyCheckpointProperties2NV
impl Unpin for QueueFamilyCheckpointProperties2NV
impl UnsafeUnpin for QueueFamilyCheckpointProperties2NV
impl UnwindSafe for QueueFamilyCheckpointProperties2NV
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