#[repr(C)]pub struct QueueFamilyCheckpointPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub checkpoint_execution_stage_mask: PipelineStageFlagBits,
}Expand description
VkQueueFamilyCheckpointPropertiesNV
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_NV.
p_next: *mut c_voidOptional, may be null.
checkpoint_execution_stage_mask: PipelineStageFlagBitsImplementations§
Source§impl QueueFamilyCheckpointPropertiesNV
impl QueueFamilyCheckpointPropertiesNV
Sourcepub fn builder<'a>() -> QueueFamilyCheckpointPropertiesNVBuilder<'a>
pub fn builder<'a>() -> QueueFamilyCheckpointPropertiesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for QueueFamilyCheckpointPropertiesNV
impl Clone for QueueFamilyCheckpointPropertiesNV
Source§fn clone(&self) -> QueueFamilyCheckpointPropertiesNV
fn clone(&self) -> QueueFamilyCheckpointPropertiesNV
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 QueueFamilyCheckpointPropertiesNV
impl Default for QueueFamilyCheckpointPropertiesNV
Source§fn default() -> QueueFamilyCheckpointPropertiesNV
fn default() -> QueueFamilyCheckpointPropertiesNV
Returns the “default value” for a type. Read more
impl Copy for QueueFamilyCheckpointPropertiesNV
impl ExtendsQueueFamilyProperties2 for QueueFamilyCheckpointPropertiesNV
Auto Trait Implementations§
impl Freeze for QueueFamilyCheckpointPropertiesNV
impl RefUnwindSafe for QueueFamilyCheckpointPropertiesNV
impl !Send for QueueFamilyCheckpointPropertiesNV
impl !Sync for QueueFamilyCheckpointPropertiesNV
impl Unpin for QueueFamilyCheckpointPropertiesNV
impl UnsafeUnpin for QueueFamilyCheckpointPropertiesNV
impl UnwindSafe for QueueFamilyCheckpointPropertiesNV
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