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