#[repr(u8)]pub enum Ringo0CtrlFs {
FAST = 0,
SLOW = 1,
}Variants§
FAST = 0
High frequency output (frequency lower than 100 MHz).
SLOW = 1
Low frequency output (frequency lower than 10 MHz).
Implementations§
Source§impl Ringo0CtrlFs
impl Ringo0CtrlFs
Trait Implementations§
Source§impl Clone for Ringo0CtrlFs
impl Clone for Ringo0CtrlFs
Source§fn clone(&self) -> Ringo0CtrlFs
fn clone(&self) -> Ringo0CtrlFs
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 Ringo0CtrlFs
impl Debug for Ringo0CtrlFs
Source§impl From<Ringo0CtrlFs> for u8
impl From<Ringo0CtrlFs> for u8
Source§fn from(val: Ringo0CtrlFs) -> u8
fn from(val: Ringo0CtrlFs) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ringo0CtrlFs
impl From<u8> for Ringo0CtrlFs
Source§fn from(val: u8) -> Ringo0CtrlFs
fn from(val: u8) -> Ringo0CtrlFs
Converts to this type from the input type.
Source§impl Ord for Ringo0CtrlFs
impl Ord for Ringo0CtrlFs
Source§fn cmp(&self, other: &Ringo0CtrlFs) -> Ordering
fn cmp(&self, other: &Ringo0CtrlFs) -> 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 Ringo0CtrlFs
impl PartialEq for Ringo0CtrlFs
Source§impl PartialOrd for Ringo0CtrlFs
impl PartialOrd for Ringo0CtrlFs
impl Copy for Ringo0CtrlFs
impl Eq for Ringo0CtrlFs
impl StructuralPartialEq for Ringo0CtrlFs
Auto Trait Implementations§
impl Freeze for Ringo0CtrlFs
impl RefUnwindSafe for Ringo0CtrlFs
impl Send for Ringo0CtrlFs
impl Sync for Ringo0CtrlFs
impl Unpin for Ringo0CtrlFs
impl UnwindSafe for Ringo0CtrlFs
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