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