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