#[repr(u32)]pub enum cuvsIvfPqCodebookGen {
CUVS_IVF_PQ_CODEBOOK_GEN_PER_SUBSPACE = 0,
CUVS_IVF_PQ_CODEBOOK_GEN_PER_CLUSTER = 1,
}Expand description
@defgroup ivf_pq_c_index_params IVF-PQ index build parameters @{ / /** @brief A type for specifying how PQ codebooks are created
Variants§
Trait Implementations§
Source§impl Clone for cuvsIvfPqCodebookGen
impl Clone for cuvsIvfPqCodebookGen
Source§fn clone(&self) -> cuvsIvfPqCodebookGen
fn clone(&self) -> cuvsIvfPqCodebookGen
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 cuvsIvfPqCodebookGen
Source§impl Debug for cuvsIvfPqCodebookGen
impl Debug for cuvsIvfPqCodebookGen
impl Eq for cuvsIvfPqCodebookGen
Source§impl Hash for cuvsIvfPqCodebookGen
impl Hash for cuvsIvfPqCodebookGen
Source§impl PartialEq for cuvsIvfPqCodebookGen
impl PartialEq for cuvsIvfPqCodebookGen
Source§fn eq(&self, other: &cuvsIvfPqCodebookGen) -> bool
fn eq(&self, other: &cuvsIvfPqCodebookGen) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for cuvsIvfPqCodebookGen
Auto Trait Implementations§
impl Freeze for cuvsIvfPqCodebookGen
impl RefUnwindSafe for cuvsIvfPqCodebookGen
impl Send for cuvsIvfPqCodebookGen
impl Sync for cuvsIvfPqCodebookGen
impl Unpin for cuvsIvfPqCodebookGen
impl UnsafeUnpin for cuvsIvfPqCodebookGen
impl UnwindSafe for cuvsIvfPqCodebookGen
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