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