#[repr(C)]pub struct VkCheckpointData2NV {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub stage: VkPipelineStageFlags2,
pub pCheckpointMarker: *mut c_void,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§stage: VkPipelineStageFlags2
§pCheckpointMarker: *mut c_void
Trait Implementations§
Source§impl Clone for VkCheckpointData2NV
impl Clone for VkCheckpointData2NV
Source§fn clone(&self) -> VkCheckpointData2NV
fn clone(&self) -> VkCheckpointData2NV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkCheckpointData2NV
impl Default for VkCheckpointData2NV
impl Copy for VkCheckpointData2NV
Auto Trait Implementations§
impl Freeze for VkCheckpointData2NV
impl RefUnwindSafe for VkCheckpointData2NV
impl !Send for VkCheckpointData2NV
impl !Sync for VkCheckpointData2NV
impl Unpin for VkCheckpointData2NV
impl UnwindSafe for VkCheckpointData2NV
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