pub struct SilkVADState {
pub ana_state: [i32; 2],
pub ana_state1: [i32; 2],
pub ana_state2: [i32; 2],
pub xnrg_subfr: [i32; 4],
pub nrg_ratio_smth_q8: [i32; 4],
pub hp_state: i16,
pub nl: [i32; 4],
pub inv_nl: [i32; 4],
pub noise_level_bias: [i32; 4],
pub counter: i32,
}Fields§
§ana_state: [i32; 2]§ana_state1: [i32; 2]§ana_state2: [i32; 2]§xnrg_subfr: [i32; 4]§nrg_ratio_smth_q8: [i32; 4]§hp_state: i16§nl: [i32; 4]§inv_nl: [i32; 4]§noise_level_bias: [i32; 4]§counter: i32Trait Implementations§
Source§impl Clone for SilkVADState
impl Clone for SilkVADState
Source§fn clone(&self) -> SilkVADState
fn clone(&self) -> SilkVADState
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 SilkVADState
impl Default for SilkVADState
impl Copy for SilkVADState
Auto Trait Implementations§
impl Freeze for SilkVADState
impl RefUnwindSafe for SilkVADState
impl Send for SilkVADState
impl Sync for SilkVADState
impl Unpin for SilkVADState
impl UnsafeUnpin for SilkVADState
impl UnwindSafe for SilkVADState
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