Struct flite_sys::cst_lang_struct
source · #[repr(C)]pub struct cst_lang_struct {
pub lang: *const c_char,
pub lang_init: Option<unsafe extern "C" fn(vox: *mut cst_voice)>,
pub lex_init: Option<unsafe extern "C" fn() -> *mut cst_lexicon>,
}Fields
lang: *const c_charlang_init: Option<unsafe extern "C" fn(vox: *mut cst_voice)>lex_init: Option<unsafe extern "C" fn() -> *mut cst_lexicon>Trait Implementations
sourceimpl Clone for cst_lang_struct
impl Clone for cst_lang_struct
sourcefn clone(&self) -> cst_lang_struct
fn clone(&self) -> cst_lang_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_lang_struct
impl Debug for cst_lang_struct
impl Copy for cst_lang_struct
Auto Trait Implementations
impl RefUnwindSafe for cst_lang_struct
impl !Send for cst_lang_struct
impl !Sync for cst_lang_struct
impl Unpin for cst_lang_struct
impl UnwindSafe for cst_lang_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