#[repr(u8)]pub enum CapBank312ff {
CAP_BANK_312FF_0 = 0,
CAP_BANK_312FF_1 = 1,
CAP_BANK_312FF_2 = 2,
CAP_BANK_312FF_3 = 3,
CAP_BANK_312FF_4 = 4,
CAP_BANK_312FF_5 = 5,
CAP_BANK_312FF_6 = 6,
CAP_BANK_312FF_7 = 7,
}Variants§
CAP_BANK_312FF_0 = 0
enable another 0.3125 pF
CAP_BANK_312FF_1 = 1
enable another 0.625 pF
CAP_BANK_312FF_2 = 2
enable another 0.936 pF
CAP_BANK_312FF_3 = 3
enable another 1.25 pF
CAP_BANK_312FF_4 = 4
enable another 1.56 pF
CAP_BANK_312FF_5 = 5
enable another 1.87 pF
CAP_BANK_312FF_6 = 6
enable another 2.19 pF
CAP_BANK_312FF_7 = 7
enable another 2.5 pF
Implementations§
Source§impl CapBank312ff
impl CapBank312ff
Trait Implementations§
Source§impl Clone for CapBank312ff
impl Clone for CapBank312ff
Source§fn clone(&self) -> CapBank312ff
fn clone(&self) -> CapBank312ff
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 CapBank312ff
impl Debug for CapBank312ff
Source§impl From<CapBank312ff> for u8
impl From<CapBank312ff> for u8
Source§fn from(val: CapBank312ff) -> u8
fn from(val: CapBank312ff) -> u8
Converts to this type from the input type.
Source§impl From<u8> for CapBank312ff
impl From<u8> for CapBank312ff
Source§fn from(val: u8) -> CapBank312ff
fn from(val: u8) -> CapBank312ff
Converts to this type from the input type.
Source§impl Ord for CapBank312ff
impl Ord for CapBank312ff
Source§fn cmp(&self, other: &CapBank312ff) -> Ordering
fn cmp(&self, other: &CapBank312ff) -> 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 CapBank312ff
impl PartialEq for CapBank312ff
Source§impl PartialOrd for CapBank312ff
impl PartialOrd for CapBank312ff
impl Copy for CapBank312ff
impl Eq for CapBank312ff
impl StructuralPartialEq for CapBank312ff
Auto Trait Implementations§
impl Freeze for CapBank312ff
impl RefUnwindSafe for CapBank312ff
impl Send for CapBank312ff
impl Sync for CapBank312ff
impl Unpin for CapBank312ff
impl UnwindSafe for CapBank312ff
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