pub struct AnnConfig {
pub dimensions: usize,
pub max_neighbors: usize,
pub max_base_neighbors: usize,
pub ef_construction: usize,
pub ef_search: usize,
pub max_level: usize,
}Fields§
§dimensions: usize§max_neighbors: usize§max_base_neighbors: usize§ef_construction: usize§ef_search: usize§max_level: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnnConfig
impl RefUnwindSafe for AnnConfig
impl Send for AnnConfig
impl Sync for AnnConfig
impl Unpin for AnnConfig
impl UnsafeUnpin for AnnConfig
impl UnwindSafe for AnnConfig
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