pub struct AGC { /* private fields */ }Expand description
Automatic Gain Control
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AGC
impl RefUnwindSafe for AGC
impl !Sync for AGC
impl Unpin for AGC
impl UnwindSafe for AGC
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