#[repr(C)]pub struct cuvsIvfFlatSearchParams {
pub n_probes: u32,
}Expand description
@defgroup ivf_flat_c_search_params IVF-Flat index search parameters @{ / /** @brief Supplemental parameters to search IVF-Flat index
Fields§
§n_probes: u32The number of clusters to search.
Trait Implementations§
Source§impl Clone for cuvsIvfFlatSearchParams
impl Clone for cuvsIvfFlatSearchParams
Source§fn clone(&self) -> cuvsIvfFlatSearchParams
fn clone(&self) -> cuvsIvfFlatSearchParams
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 cuvsIvfFlatSearchParams
Auto Trait Implementations§
impl Freeze for cuvsIvfFlatSearchParams
impl RefUnwindSafe for cuvsIvfFlatSearchParams
impl Send for cuvsIvfFlatSearchParams
impl Sync for cuvsIvfFlatSearchParams
impl Unpin for cuvsIvfFlatSearchParams
impl UnsafeUnpin for cuvsIvfFlatSearchParams
impl UnwindSafe for cuvsIvfFlatSearchParams
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