Struct flite_sys::cst_lts_rules_struct
source · #[repr(C)]pub struct cst_lts_rules_struct {
pub name: *mut c_char,
pub letter_index: *const cst_lts_addr,
pub models: *const cst_lts_model,
pub phone_table: *const *const c_char,
pub context_window_size: c_int,
pub context_extra_feats: c_int,
pub letter_table: *const *const c_char,
}Fields
name: *mut c_charletter_index: *const cst_lts_addrmodels: *const cst_lts_modelphone_table: *const *const c_charcontext_window_size: c_intcontext_extra_feats: c_intletter_table: *const *const c_charTrait Implementations
sourceimpl Clone for cst_lts_rules_struct
impl Clone for cst_lts_rules_struct
sourcefn clone(&self) -> cst_lts_rules_struct
fn clone(&self) -> cst_lts_rules_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for cst_lts_rules_struct
impl Debug for cst_lts_rules_struct
impl Copy for cst_lts_rules_struct
Auto Trait Implementations
impl RefUnwindSafe for cst_lts_rules_struct
impl !Send for cst_lts_rules_struct
impl !Sync for cst_lts_rules_struct
impl Unpin for cst_lts_rules_struct
impl UnwindSafe for cst_lts_rules_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more