#[repr(C)]pub struct cuvsNNDescentIndex {
pub addr: usize,
pub dtype: DLDataType,
}Expand description
@defgroup nn_descent_c_index NN-Descent index @{ / /** @brief Struct to hold address of cuvs::neighbors::nn_descent::index and its active trained dtype
Fields§
§addr: usize§dtype: DLDataTypeTrait Implementations§
Source§impl Clone for cuvsNNDescentIndex
impl Clone for cuvsNNDescentIndex
Source§fn clone(&self) -> cuvsNNDescentIndex
fn clone(&self) -> cuvsNNDescentIndex
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 cuvsNNDescentIndex
Auto Trait Implementations§
impl Freeze for cuvsNNDescentIndex
impl RefUnwindSafe for cuvsNNDescentIndex
impl Send for cuvsNNDescentIndex
impl Sync for cuvsNNDescentIndex
impl Unpin for cuvsNNDescentIndex
impl UnsafeUnpin for cuvsNNDescentIndex
impl UnwindSafe for cuvsNNDescentIndex
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