pub enum ProgramableGainAmplifier {
V6_144,
V4_096,
V2_048,
V1_024,
V0_512,
V0_256,
}Variants§
Trait Implementations§
Source§impl Debug for ProgramableGainAmplifier
impl Debug for ProgramableGainAmplifier
Auto Trait Implementations§
impl Freeze for ProgramableGainAmplifier
impl RefUnwindSafe for ProgramableGainAmplifier
impl Send for ProgramableGainAmplifier
impl Sync for ProgramableGainAmplifier
impl Unpin for ProgramableGainAmplifier
impl UnwindSafe for ProgramableGainAmplifier
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