pub struct UnlockOptions;Expand description
Options for CheckpointProcess::unlock. Reserved for future CUDA versions.
Implementations§
Source§impl UnlockOptions
impl UnlockOptions
Trait Implementations§
Source§impl Clone for UnlockOptions
impl Clone for UnlockOptions
Source§fn clone(&self) -> UnlockOptions
fn clone(&self) -> UnlockOptions
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 UnlockOptions
Source§impl Debug for UnlockOptions
impl Debug for UnlockOptions
Source§impl Default for UnlockOptions
impl Default for UnlockOptions
impl Eq for UnlockOptions
Source§impl Hash for UnlockOptions
impl Hash for UnlockOptions
Source§impl PartialEq for UnlockOptions
impl PartialEq for UnlockOptions
Source§fn eq(&self, other: &UnlockOptions) -> bool
fn eq(&self, other: &UnlockOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UnlockOptions
Auto Trait Implementations§
impl Freeze for UnlockOptions
impl RefUnwindSafe for UnlockOptions
impl Send for UnlockOptions
impl Sync for UnlockOptions
impl Unpin for UnlockOptions
impl UnsafeUnpin for UnlockOptions
impl UnwindSafe for UnlockOptions
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