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