#[repr(C)]pub struct cst_phoneset_struct {
pub name: *const c_char,
pub featnames: *const *const c_char,
pub featvals: *const *const cst_val,
pub phonenames: *const *const c_char,
pub silence: *const c_char,
pub num_phones: c_int,
pub fvtable: *const *const c_int,
pub freeable: c_int,
}Fields§
§name: *const c_char§featnames: *const *const c_char§featvals: *const *const cst_val§phonenames: *const *const c_char§silence: *const c_char§num_phones: c_int§fvtable: *const *const c_int§freeable: c_intTrait Implementations§
Source§impl Clone for cst_phoneset_struct
impl Clone for cst_phoneset_struct
Source§fn clone(&self) -> cst_phoneset_struct
fn clone(&self) -> cst_phoneset_struct
Returns a duplicate 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 moreSource§impl Debug for cst_phoneset_struct
impl Debug for cst_phoneset_struct
impl Copy for cst_phoneset_struct
Auto Trait Implementations§
impl Freeze for cst_phoneset_struct
impl RefUnwindSafe for cst_phoneset_struct
impl !Send for cst_phoneset_struct
impl !Sync for cst_phoneset_struct
impl Unpin for cst_phoneset_struct
impl UnwindSafe for cst_phoneset_struct
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