#[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_sts§sts_paged: *const cst_sts_paged§frames: *const c_ushort§residuals: *const c_uchar§resoffs: *const c_uint§ressizes: *const c_uchar§num_sts: c_int§num_channels: c_int§sample_rate: c_int§coeff_min: f32§coeff_range: f32§codec: *const c_charTrait Implementations§
Source§impl Clone for cst_sts_list_struct
impl Clone for cst_sts_list_struct
Source§fn clone(&self) -> cst_sts_list_struct
fn clone(&self) -> cst_sts_list_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_sts_list_struct
impl Debug for cst_sts_list_struct
impl Copy for cst_sts_list_struct
Auto Trait Implementations§
impl Freeze for cst_sts_list_struct
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§
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