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