#[repr(u32)]pub enum cuvsNNDescentDistCompDtype {
NND_DIST_COMP_AUTO = 0,
NND_DIST_COMP_FP32 = 1,
NND_DIST_COMP_FP16 = 2,
}Variants§
Trait Implementations§
Source§impl Clone for cuvsNNDescentDistCompDtype
impl Clone for cuvsNNDescentDistCompDtype
Source§fn clone(&self) -> cuvsNNDescentDistCompDtype
fn clone(&self) -> cuvsNNDescentDistCompDtype
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 cuvsNNDescentDistCompDtype
Source§impl Debug for cuvsNNDescentDistCompDtype
impl Debug for cuvsNNDescentDistCompDtype
impl Eq for cuvsNNDescentDistCompDtype
Source§impl Hash for cuvsNNDescentDistCompDtype
impl Hash for cuvsNNDescentDistCompDtype
impl StructuralPartialEq for cuvsNNDescentDistCompDtype
Auto Trait Implementations§
impl Freeze for cuvsNNDescentDistCompDtype
impl RefUnwindSafe for cuvsNNDescentDistCompDtype
impl Send for cuvsNNDescentDistCompDtype
impl Sync for cuvsNNDescentDistCompDtype
impl Unpin for cuvsNNDescentDistCompDtype
impl UnsafeUnpin for cuvsNNDescentDistCompDtype
impl UnwindSafe for cuvsNNDescentDistCompDtype
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