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