#[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_char

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.