#[repr(C)]pub struct FaissClusteringIterationStats_H { /* private fields */ }Trait Implementations§
source§impl Clone for FaissClusteringIterationStats_H
impl Clone for FaissClusteringIterationStats_H
source§fn clone(&self) -> FaissClusteringIterationStats_H
fn clone(&self) -> FaissClusteringIterationStats_H
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FaissClusteringIterationStats_H
Auto Trait Implementations§
impl RefUnwindSafe for FaissClusteringIterationStats_H
impl Send for FaissClusteringIterationStats_H
impl Sync for FaissClusteringIterationStats_H
impl Unpin for FaissClusteringIterationStats_H
impl UnwindSafe for FaissClusteringIterationStats_H
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