Struct flite_sys::cst_sts_list_struct
source · #[repr(C)]pub struct cst_sts_list_struct {
pub sts: *const cst_sts,
pub sts_paged: *const cst_sts_paged,
pub frames: *const c_ushort,
pub residuals: *const c_uchar,
pub resoffs: *const c_uint,
pub ressizes: *const c_uchar,
pub num_sts: c_int,
pub num_channels: c_int,
pub sample_rate: c_int,
pub coeff_min: f32,
pub coeff_range: f32,
pub codec: *const c_char,
}Fields
sts: *const cst_stssts_paged: *const cst_sts_pagedframes: *const c_ushortresiduals: *const c_ucharresoffs: *const c_uintressizes: *const c_ucharnum_sts: c_intnum_channels: c_intsample_rate: c_intcoeff_min: f32coeff_range: f32codec: *const c_charTrait Implementations
sourceimpl Clone for cst_sts_list_struct
impl Clone for cst_sts_list_struct
sourcefn clone(&self) -> cst_sts_list_struct
fn clone(&self) -> cst_sts_list_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_sts_list_struct
impl Debug for cst_sts_list_struct
impl Copy for cst_sts_list_struct
Auto Trait Implementations
impl RefUnwindSafe for cst_sts_list_struct
impl !Send for cst_sts_list_struct
impl !Sync for cst_sts_list_struct
impl Unpin for cst_sts_list_struct
impl UnwindSafe for cst_sts_list_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