#[repr(C)]pub struct lc3_decoder {
pub dt: lc3_dt,
pub sr: lc3_srate,
pub sr_pcm: lc3_srate,
pub ltpf: lc3_ltpf_synthesis_t,
pub plc: lc3_plc_state_t,
pub xh_off: c_int,
pub xs_off: c_int,
pub xd_off: c_int,
pub xg_off: c_int,
pub x: [f32; 1],
}Fields§
§dt: lc3_dt§sr: lc3_srate§sr_pcm: lc3_srate§ltpf: lc3_ltpf_synthesis_t§plc: lc3_plc_state_t§xh_off: c_int§xs_off: c_int§xd_off: c_int§xg_off: c_int§x: [f32; 1]Trait Implementations§
Source§impl Clone for lc3_decoder
impl Clone for lc3_decoder
Source§fn clone(&self) -> lc3_decoder
fn clone(&self) -> lc3_decoder
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 lc3_decoder
impl Debug for lc3_decoder
impl Copy for lc3_decoder
Auto Trait Implementations§
impl Freeze for lc3_decoder
impl RefUnwindSafe for lc3_decoder
impl Send for lc3_decoder
impl Sync for lc3_decoder
impl Unpin for lc3_decoder
impl UnwindSafe for lc3_decoder
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