Enum PgaGain
#[repr(u8)]pub enum PgaGain {
Gain2 = 0,
Gain4 = 1,
Gain8 = 2,
Gain16 = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for PgaGain
impl Eq for PgaGain
§impl Ord for PgaGain
impl Ord for PgaGain
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for PgaGain
impl PartialOrd for PgaGain
impl StructuralPartialEq for PgaGain
Auto Trait Implementations§
impl Freeze for PgaGain
impl RefUnwindSafe for PgaGain
impl Send for PgaGain
impl Sync for PgaGain
impl Unpin for PgaGain
impl UnsafeUnpin for PgaGain
impl UnwindSafe for PgaGain
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