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