pub struct NvDeviceDiagnosticCheckpointsFn {
pub cmd_set_checkpoint_nv: unsafe extern "system" fn(CommandBuffer, *const c_void),
pub get_queue_checkpoint_data_nv: unsafe extern "system" fn(Queue, *mut u32, *mut CheckpointDataNV),
}Fields
cmd_set_checkpoint_nv: unsafe extern "system" fn(CommandBuffer, *const c_void)get_queue_checkpoint_data_nv: unsafe extern "system" fn(Queue, *mut u32, *mut CheckpointDataNV)Implementations
Trait Implementations
sourceimpl Clone for NvDeviceDiagnosticCheckpointsFn
impl Clone for NvDeviceDiagnosticCheckpointsFn
sourcefn clone(&self) -> NvDeviceDiagnosticCheckpointsFn
fn clone(&self) -> NvDeviceDiagnosticCheckpointsFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for NvDeviceDiagnosticCheckpointsFn
impl Sync for NvDeviceDiagnosticCheckpointsFn
Auto Trait Implementations
impl RefUnwindSafe for NvDeviceDiagnosticCheckpointsFn
impl Unpin for NvDeviceDiagnosticCheckpointsFn
impl UnwindSafe for NvDeviceDiagnosticCheckpointsFn
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more