Struct flite_sys::cst_features_struct
source · #[repr(C)]pub struct cst_features_struct {
pub head: *mut cst_featvalpair_struct,
pub ctx: cst_alloc_context,
pub owned_strings: *mut cst_val,
pub linked: *const cst_features_struct,
}Fields
head: *mut cst_featvalpair_structctx: cst_alloc_contextowned_strings: *mut cst_vallinked: *const cst_features_structTrait Implementations
sourceimpl Clone for cst_features_struct
impl Clone for cst_features_struct
sourcefn clone(&self) -> cst_features_struct
fn clone(&self) -> cst_features_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_features_struct
impl Debug for cst_features_struct
impl Copy for cst_features_struct
Auto Trait Implementations
impl RefUnwindSafe for cst_features_struct
impl !Send for cst_features_struct
impl !Sync for cst_features_struct
impl Unpin for cst_features_struct
impl UnwindSafe for cst_features_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