#[repr(C)]pub struct CheckpointData2NV {
pub sType: StructureType,
pub pNext: *mut c_void,
pub stage: PipelineStageFlags2,
pub pCheckpointMarker: *mut c_void,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§stage: PipelineStageFlags2
§pCheckpointMarker: *mut c_void
Trait Implementations§
Source§impl Clone for CheckpointData2NV
impl Clone for CheckpointData2NV
Source§fn clone(&self) -> CheckpointData2NV
fn clone(&self) -> CheckpointData2NV
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 moreimpl Copy for CheckpointData2NV
Auto Trait Implementations§
impl Freeze for CheckpointData2NV
impl RefUnwindSafe for CheckpointData2NV
impl !Send for CheckpointData2NV
impl !Sync for CheckpointData2NV
impl Unpin for CheckpointData2NV
impl UnwindSafe for CheckpointData2NV
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