#[repr(C)]pub struct lc3_attdet_analysis {
pub en1: i32,
pub an1: i32,
pub p_att: c_int,
}Expand description
Encoder state and memory
Fields§
§en1: i32§an1: i32§p_att: c_intTrait Implementations§
Source§impl Clone for lc3_attdet_analysis
impl Clone for lc3_attdet_analysis
Source§fn clone(&self) -> lc3_attdet_analysis
fn clone(&self) -> lc3_attdet_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_attdet_analysis
impl Debug for lc3_attdet_analysis
impl Copy for lc3_attdet_analysis
Auto Trait Implementations§
impl Freeze for lc3_attdet_analysis
impl RefUnwindSafe for lc3_attdet_analysis
impl Send for lc3_attdet_analysis
impl Sync for lc3_attdet_analysis
impl Unpin for lc3_attdet_analysis
impl UnwindSafe for lc3_attdet_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