pub struct SideInfoIndices {Show 15 fields
pub gains_indices: [i8; 4],
pub ltp_index: [i8; 4],
pub nlsf_indices: [i8; 17],
pub lag_index: i16,
pub contour_index: i8,
pub signal_type: i8,
pub voicing_idx: i8,
pub quant_offset_type: i8,
pub nlsf_interp_coef_q2: i8,
pub per_index: i8,
pub ltp_scale_index: i8,
pub seed: i8,
pub pred_idx: i8,
pub side_idx: i8,
pub only_middle: i8,
}Fields§
§gains_indices: [i8; 4]§ltp_index: [i8; 4]§nlsf_indices: [i8; 17]§lag_index: i16§contour_index: i8§signal_type: i8§voicing_idx: i8§quant_offset_type: i8§nlsf_interp_coef_q2: i8§per_index: i8§ltp_scale_index: i8§seed: i8§pred_idx: i8§side_idx: i8§only_middle: i8Trait Implementations§
Source§impl Clone for SideInfoIndices
impl Clone for SideInfoIndices
Source§fn clone(&self) -> SideInfoIndices
fn clone(&self) -> SideInfoIndices
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for SideInfoIndices
impl Default for SideInfoIndices
impl Copy for SideInfoIndices
Auto Trait Implementations§
impl Freeze for SideInfoIndices
impl RefUnwindSafe for SideInfoIndices
impl Send for SideInfoIndices
impl Sync for SideInfoIndices
impl Unpin for SideInfoIndices
impl UnsafeUnpin for SideInfoIndices
impl UnwindSafe for SideInfoIndices
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