pub struct DcBlocker { /* private fields */ }Expand description
DC blocker (high-pass at ~10 Hz) to prevent offset accumulation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DcBlocker
impl RefUnwindSafe for DcBlocker
impl Send for DcBlocker
impl Sync for DcBlocker
impl Unpin for DcBlocker
impl UnsafeUnpin for DcBlocker
impl UnwindSafe for DcBlocker
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