#[repr(u8)]pub enum TestFinger {
FIN_148 = 0,
FIN_296 = 1,
FIN_444 = 2,
FIN_592 = 3,
FIN_740 = 4,
FIN_888 = 5,
FIN_1036 = 6,
FIN_1184 = 7,
}Variants§
FIN_148 = 0
Finger capacitor is 148 pF
FIN_296 = 1
Finger capacitor is 296 pF
FIN_444 = 2
Finger capacitor is 444 pF
FIN_592 = 3
Finger capacitor is 592 pF
FIN_740 = 4
Finger capacitor is 740 pF
FIN_888 = 5
Finger capacitor is 888 pF
FIN_1036 = 6
Finger capacitor is 1036 pF
FIN_1184 = 7
Finger capacitor is 1184 pF
Implementations§
Source§impl TestFinger
impl TestFinger
Trait Implementations§
Source§impl Clone for TestFinger
impl Clone for TestFinger
Source§fn clone(&self) -> TestFinger
fn clone(&self) -> TestFinger
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 TestFinger
impl Debug for TestFinger
Source§impl From<TestFinger> for u8
impl From<TestFinger> for u8
Source§fn from(val: TestFinger) -> u8
fn from(val: TestFinger) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TestFinger
impl From<u8> for TestFinger
Source§fn from(val: u8) -> TestFinger
fn from(val: u8) -> TestFinger
Converts to this type from the input type.
Source§impl Ord for TestFinger
impl Ord for TestFinger
Source§fn cmp(&self, other: &TestFinger) -> Ordering
fn cmp(&self, other: &TestFinger) -> 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 TestFinger
impl PartialEq for TestFinger
Source§impl PartialOrd for TestFinger
impl PartialOrd for TestFinger
impl Copy for TestFinger
impl Eq for TestFinger
impl StructuralPartialEq for TestFinger
Auto Trait Implementations§
impl Freeze for TestFinger
impl RefUnwindSafe for TestFinger
impl Send for TestFinger
impl Sync for TestFinger
impl Unpin for TestFinger
impl UnwindSafe for TestFinger
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