#[repr(C)]pub struct SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch {
pub score: f32,
pub name: *const c_char,
}
Fields§
§score: f32
§name: *const c_char
Trait Implementations§
Source§impl Clone for SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
impl Clone for SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
Source§fn clone(&self) -> SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
fn clone(&self) -> SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
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 SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
Auto Trait Implementations§
impl Freeze for SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
impl RefUnwindSafe for SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
impl !Send for SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
impl !Sync for SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
impl Unpin for SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
impl UnwindSafe for SherpaOnnxSpeakerEmbeddingManagerSpeakerMatch
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