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