Struct ash::vk::QueueFamilyCheckpointPropertiesNV [−][src]
#[repr(C)]pub struct QueueFamilyCheckpointPropertiesNV { pub s_type: StructureType, pub p_next: *mut c_void, pub checkpoint_execution_stage_mask: PipelineStageFlags, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
checkpoint_execution_stage_mask: PipelineStageFlags
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for QueueFamilyCheckpointPropertiesNV
impl !Sync for QueueFamilyCheckpointPropertiesNV
impl Unpin for QueueFamilyCheckpointPropertiesNV
Blanket Implementations
Mutably borrows from an owned value. Read more