Struct vulkanalia_sys::CheckpointData2NV
source · [−]#[repr(C)]pub struct CheckpointData2NV {
pub s_type: StructureType,
pub next: *mut c_void,
pub stage: PipelineStageFlags2KHR,
pub checkpoint_marker: *mut c_void,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidstage: PipelineStageFlags2KHRcheckpoint_marker: *mut c_voidTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CheckpointData2NV
impl !Send for CheckpointData2NV
impl !Sync for CheckpointData2NV
impl Unpin for CheckpointData2NV
impl UnwindSafe for CheckpointData2NV
Blanket Implementations
Mutably borrows from an owned value. Read more