pub struct IIRFilter(_);
An infinite impulse response (IIR) filter.
Create a low-pass filter.
Create a high-pass filter.
Create a notch filter.
Filter the given samples.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U