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