#[repr(u8)]pub enum Pgain {
INP1 = 0,
G2 = 1,
G3 = 2,
G5 = 3,
G9 = 4,
G17 = 5,
G34 = 6,
G65 = 7,
}Variants§
INP1 = 0
Positive input 1 (INP1)
G2 = 1
Pgain=1
G3 = 2
Pgain=2
G5 = 3
Pgain=4
G9 = 4
Pgain=8
G17 = 5
Pgain=16
G34 = 6
Pgain=33
G65 = 7
Pgain=64
Implementations§
Trait Implementations§
Source§impl Ord for Pgain
impl Ord for Pgain
Source§impl PartialOrd for Pgain
impl PartialOrd for Pgain
impl Copy for Pgain
impl Eq for Pgain
impl StructuralPartialEq for Pgain
Auto Trait Implementations§
impl Freeze for Pgain
impl RefUnwindSafe for Pgain
impl Send for Pgain
impl Sync for Pgain
impl Unpin for Pgain
impl UnwindSafe for Pgain
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