pub struct ReferenceIndexConfig {
pub k: usize,
pub dim: usize,
pub window_len: usize,
pub stride: usize,
pub quantizer: QuantizerConfig,
}Fields§
§k: usize§dim: usize§window_len: usize§stride: usize§quantizer: QuantizerConfigImplementations§
Trait Implementations§
Source§impl Clone for ReferenceIndexConfig
impl Clone for ReferenceIndexConfig
Source§fn clone(&self) -> ReferenceIndexConfig
fn clone(&self) -> ReferenceIndexConfig
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 ReferenceIndexConfig
Auto Trait Implementations§
impl Freeze for ReferenceIndexConfig
impl RefUnwindSafe for ReferenceIndexConfig
impl Send for ReferenceIndexConfig
impl Sync for ReferenceIndexConfig
impl Unpin for ReferenceIndexConfig
impl UnsafeUnpin for ReferenceIndexConfig
impl UnwindSafe for ReferenceIndexConfig
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