#[repr(u8)]pub enum PgaFunction {
CORE_AMP = 0,
PGA = 1,
}Variants§
Implementations§
Source§impl PgaFunction
impl PgaFunction
Trait Implementations§
Source§impl Clone for PgaFunction
impl Clone for PgaFunction
Source§fn clone(&self) -> PgaFunction
fn clone(&self) -> PgaFunction
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 PgaFunction
impl Debug for PgaFunction
Source§impl From<PgaFunction> for u8
impl From<PgaFunction> for u8
Source§fn from(val: PgaFunction) -> u8
fn from(val: PgaFunction) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PgaFunction
impl From<u8> for PgaFunction
Source§fn from(val: u8) -> PgaFunction
fn from(val: u8) -> PgaFunction
Converts to this type from the input type.
Source§impl Ord for PgaFunction
impl Ord for PgaFunction
Source§fn cmp(&self, other: &PgaFunction) -> Ordering
fn cmp(&self, other: &PgaFunction) -> 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 PgaFunction
impl PartialEq for PgaFunction
Source§impl PartialOrd for PgaFunction
impl PartialOrd for PgaFunction
impl Copy for PgaFunction
impl Eq for PgaFunction
impl StructuralPartialEq for PgaFunction
Auto Trait Implementations§
impl Freeze for PgaFunction
impl RefUnwindSafe for PgaFunction
impl Send for PgaFunction
impl Sync for PgaFunction
impl Unpin for PgaFunction
impl UnwindSafe for PgaFunction
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