#[repr(u8)]pub enum FineAmpGain {
AGC200 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Source§impl FineAmpGain
impl FineAmpGain
Trait Implementations§
Source§impl Clone for FineAmpGain
impl Clone for FineAmpGain
Source§fn clone(&self) -> FineAmpGain
fn clone(&self) -> FineAmpGain
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FineAmpGain
impl Debug for FineAmpGain
Source§impl From<FineAmpGain> for u8
impl From<FineAmpGain> for u8
Source§fn from(val: FineAmpGain) -> u8
fn from(val: FineAmpGain) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FineAmpGain
impl From<u8> for FineAmpGain
Source§fn from(val: u8) -> FineAmpGain
fn from(val: u8) -> FineAmpGain
Converts to this type from the input type.
Source§impl Ord for FineAmpGain
impl Ord for FineAmpGain
Source§fn cmp(&self, other: &FineAmpGain) -> Ordering
fn cmp(&self, other: &FineAmpGain) -> Ordering
1.21.0 · 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
Source§impl PartialEq for FineAmpGain
impl PartialEq for FineAmpGain
Source§impl PartialOrd for FineAmpGain
impl PartialOrd for FineAmpGain
impl Copy for FineAmpGain
impl Eq for FineAmpGain
impl StructuralPartialEq for FineAmpGain
Auto Trait Implementations§
impl Freeze for FineAmpGain
impl RefUnwindSafe for FineAmpGain
impl Send for FineAmpGain
impl Sync for FineAmpGain
impl Unpin for FineAmpGain
impl UnwindSafe for FineAmpGain
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