#[repr(C)]pub struct lc3_encoder {
pub dt: lc3_dt,
pub sr: lc3_srate,
pub sr_pcm: lc3_srate,
pub attdet: lc3_attdet_analysis_t,
pub ltpf: lc3_ltpf_analysis_t,
pub spec: lc3_spec_analysis_t,
pub xt_off: c_int,
pub xs_off: c_int,
pub xd_off: c_int,
pub x: [f32; 1],
}Fields§
§dt: lc3_dt§sr: lc3_srate§sr_pcm: lc3_srate§attdet: lc3_attdet_analysis_t§ltpf: lc3_ltpf_analysis_t§spec: lc3_spec_analysis_t§xt_off: c_int§xs_off: c_int§xd_off: c_int§x: [f32; 1]Trait Implementations§
Source§impl Clone for lc3_encoder
impl Clone for lc3_encoder
Source§fn clone(&self) -> lc3_encoder
fn clone(&self) -> lc3_encoder
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_encoder
impl Debug for lc3_encoder
impl Copy for lc3_encoder
Auto Trait Implementations§
impl Freeze for lc3_encoder
impl RefUnwindSafe for lc3_encoder
impl Send for lc3_encoder
impl Sync for lc3_encoder
impl Unpin for lc3_encoder
impl UnwindSafe for lc3_encoder
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