#[repr(C)]pub struct lc3_ltpf_analysis {
pub active: bool,
pub pitch: c_int,
pub nc: [f32; 2],
pub hp50: lc3_ltpf_hp50_state,
pub x_12k8: [i16; 384],
pub x_6k4: [i16; 178],
pub tc: c_int,
}Fields§
§active: bool§pitch: c_int§nc: [f32; 2]§hp50: lc3_ltpf_hp50_state§x_12k8: [i16; 384]§x_6k4: [i16; 178]§tc: c_intTrait Implementations§
Source§impl Clone for lc3_ltpf_analysis
impl Clone for lc3_ltpf_analysis
Source§fn clone(&self) -> lc3_ltpf_analysis
fn clone(&self) -> lc3_ltpf_analysis
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_ltpf_analysis
impl Debug for lc3_ltpf_analysis
impl Copy for lc3_ltpf_analysis
Auto Trait Implementations§
impl Freeze for lc3_ltpf_analysis
impl RefUnwindSafe for lc3_ltpf_analysis
impl Send for lc3_ltpf_analysis
impl Sync for lc3_ltpf_analysis
impl Unpin for lc3_ltpf_analysis
impl UnwindSafe for lc3_ltpf_analysis
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