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