#[repr(C)]pub struct cuvsIvfPqParams {
pub ivf_pq_build_params: cuvsIvfPqIndexParams_t,
pub ivf_pq_search_params: cuvsIvfPqSearchParams_t,
pub refinement_rate: f32,
}Fields§
§ivf_pq_build_params: cuvsIvfPqIndexParams_t§ivf_pq_search_params: cuvsIvfPqSearchParams_t§refinement_rate: f32Trait Implementations§
Source§impl Clone for cuvsIvfPqParams
impl Clone for cuvsIvfPqParams
Source§fn clone(&self) -> cuvsIvfPqParams
fn clone(&self) -> cuvsIvfPqParams
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 cuvsIvfPqParams
Auto Trait Implementations§
impl !Send for cuvsIvfPqParams
impl !Sync for cuvsIvfPqParams
impl Freeze for cuvsIvfPqParams
impl RefUnwindSafe for cuvsIvfPqParams
impl Unpin for cuvsIvfPqParams
impl UnsafeUnpin for cuvsIvfPqParams
impl UnwindSafe for cuvsIvfPqParams
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