Struct flite_sys::cst_relation_struct
source · #[repr(C)]pub struct cst_relation_struct {
pub name: *mut c_char,
pub features: *mut cst_features,
pub utterance: *mut cst_utterance,
pub head: *mut cst_item,
pub tail: *mut cst_item,
}Fields
name: *mut c_charfeatures: *mut cst_featuresutterance: *mut cst_utterancehead: *mut cst_itemtail: *mut cst_itemTrait Implementations
sourceimpl Clone for cst_relation_struct
impl Clone for cst_relation_struct
sourcefn clone(&self) -> cst_relation_struct
fn clone(&self) -> cst_relation_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_relation_struct
impl Debug for cst_relation_struct
impl Copy for cst_relation_struct
Auto Trait Implementations
impl RefUnwindSafe for cst_relation_struct
impl !Send for cst_relation_struct
impl !Sync for cst_relation_struct
impl Unpin for cst_relation_struct
impl UnwindSafe for cst_relation_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