#[repr(C)]pub struct lc3_spec_analysis {
pub nbits_off: f32,
pub nbits_spare: c_int,
}Fields§
§nbits_off: f32§nbits_spare: c_intTrait Implementations§
Source§impl Clone for lc3_spec_analysis
impl Clone for lc3_spec_analysis
Source§fn clone(&self) -> lc3_spec_analysis
fn clone(&self) -> lc3_spec_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_spec_analysis
impl Debug for lc3_spec_analysis
impl Copy for lc3_spec_analysis
Auto Trait Implementations§
impl Freeze for lc3_spec_analysis
impl RefUnwindSafe for lc3_spec_analysis
impl Send for lc3_spec_analysis
impl Sync for lc3_spec_analysis
impl Unpin for lc3_spec_analysis
impl UnwindSafe for lc3_spec_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