#[repr(C)]pub struct SherpaOnnxFastClusteringConfig {
pub num_clusters: i32,
pub threshold: f32,
}
Fields§
§num_clusters: i32
§threshold: f32
Trait Implementations§
Source§impl Clone for SherpaOnnxFastClusteringConfig
impl Clone for SherpaOnnxFastClusteringConfig
Source§fn clone(&self) -> SherpaOnnxFastClusteringConfig
fn clone(&self) -> SherpaOnnxFastClusteringConfig
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 SherpaOnnxFastClusteringConfig
Auto Trait Implementations§
impl Freeze for SherpaOnnxFastClusteringConfig
impl RefUnwindSafe for SherpaOnnxFastClusteringConfig
impl Send for SherpaOnnxFastClusteringConfig
impl Sync for SherpaOnnxFastClusteringConfig
impl Unpin for SherpaOnnxFastClusteringConfig
impl UnwindSafe for SherpaOnnxFastClusteringConfig
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