pub struct FirInstanceQ31<'a> {
pub num_taps: u16,
pub coeffs: &'a [q31],
pub state: &'a mut [q31],
}Expand description
Instance structure for the Q31 FIR filter.
Fields§
§num_taps: u16§coeffs: &'a [q31]§state: &'a mut [q31]Implementations§
Auto Trait Implementations§
impl<'a> !UnwindSafe for FirInstanceQ31<'a>
impl<'a> Freeze for FirInstanceQ31<'a>
impl<'a> RefUnwindSafe for FirInstanceQ31<'a>
impl<'a> Send for FirInstanceQ31<'a>
impl<'a> Sync for FirInstanceQ31<'a>
impl<'a> Unpin for FirInstanceQ31<'a>
impl<'a> UnsafeUnpin for FirInstanceQ31<'a>
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