Struct ash::vk::QueueFamilyCheckpointProperties2NV
source · #[repr(C)]pub struct QueueFamilyCheckpointProperties2NV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub checkpoint_execution_stage_mask: PipelineStageFlags2,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§checkpoint_execution_stage_mask: PipelineStageFlags2
Implementations§
source§impl QueueFamilyCheckpointProperties2NV
impl QueueFamilyCheckpointProperties2NV
pub fn builder<'a>() -> QueueFamilyCheckpointProperties2NVBuilder<'a>
Trait Implementations§
source§impl Clone for QueueFamilyCheckpointProperties2NV
impl Clone for QueueFamilyCheckpointProperties2NV
source§fn clone(&self) -> QueueFamilyCheckpointProperties2NV
fn clone(&self) -> QueueFamilyCheckpointProperties2NV
Returns a copy 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 more