pub struct CheckpointOptions;Expand description
Options for CheckpointProcess::checkpoint. Reserved for future CUDA versions.
Implementations§
Trait Implementations§
Source§impl Clone for CheckpointOptions
impl Clone for CheckpointOptions
Source§fn clone(&self) -> CheckpointOptions
fn clone(&self) -> CheckpointOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CheckpointOptions
Source§impl Debug for CheckpointOptions
impl Debug for CheckpointOptions
Source§impl Default for CheckpointOptions
impl Default for CheckpointOptions
impl Eq for CheckpointOptions
Source§impl Hash for CheckpointOptions
impl Hash for CheckpointOptions
Source§impl PartialEq for CheckpointOptions
impl PartialEq for CheckpointOptions
Source§fn eq(&self, other: &CheckpointOptions) -> bool
fn eq(&self, other: &CheckpointOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CheckpointOptions
Auto Trait Implementations§
impl Freeze for CheckpointOptions
impl RefUnwindSafe for CheckpointOptions
impl Send for CheckpointOptions
impl Sync for CheckpointOptions
impl Unpin for CheckpointOptions
impl UnsafeUnpin for CheckpointOptions
impl UnwindSafe for CheckpointOptions
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