pub struct SilkCNGState {
pub cng_exc_buf_q14: [i32; 320],
pub cng_smth_nlsf_q15: [i16; 16],
pub cng_synth_state: [i32; 16],
pub cng_smth_gain_q16: i32,
pub rand_seed: i32,
pub fs_khz: i32,
}Fields§
§cng_exc_buf_q14: [i32; 320]§cng_smth_nlsf_q15: [i16; 16]§cng_synth_state: [i32; 16]§cng_smth_gain_q16: i32§rand_seed: i32§fs_khz: i32Trait Implementations§
Source§impl Clone for SilkCNGState
impl Clone for SilkCNGState
Source§fn clone(&self) -> SilkCNGState
fn clone(&self) -> SilkCNGState
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 moreAuto Trait Implementations§
impl Freeze for SilkCNGState
impl RefUnwindSafe for SilkCNGState
impl Send for SilkCNGState
impl Sync for SilkCNGState
impl Unpin for SilkCNGState
impl UnsafeUnpin for SilkCNGState
impl UnwindSafe for SilkCNGState
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