#[repr(u8)]pub enum Fro192mTrimSrc {
EFUSE = 0,
FRO192MCTRL = 1,
}Variants§
EFUSE = 0
FRO192M trimming and ‘Enable’ comes from eFUSE.
FRO192MCTRL = 1
FRO192M trimming and ‘Enable’ comes from FRO192M_CTRL registers.
Implementations§
Trait Implementations§
Source§impl Clone for Fro192mTrimSrc
impl Clone for Fro192mTrimSrc
Source§fn clone(&self) -> Fro192mTrimSrc
fn clone(&self) -> Fro192mTrimSrc
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 Fro192mTrimSrc
impl Debug for Fro192mTrimSrc
Source§impl From<Fro192mTrimSrc> for u8
impl From<Fro192mTrimSrc> for u8
Source§fn from(val: Fro192mTrimSrc) -> u8
fn from(val: Fro192mTrimSrc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Fro192mTrimSrc
impl From<u8> for Fro192mTrimSrc
Source§fn from(val: u8) -> Fro192mTrimSrc
fn from(val: u8) -> Fro192mTrimSrc
Converts to this type from the input type.
Source§impl Ord for Fro192mTrimSrc
impl Ord for Fro192mTrimSrc
Source§fn cmp(&self, other: &Fro192mTrimSrc) -> Ordering
fn cmp(&self, other: &Fro192mTrimSrc) -> 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 Fro192mTrimSrc
impl PartialEq for Fro192mTrimSrc
Source§impl PartialOrd for Fro192mTrimSrc
impl PartialOrd for Fro192mTrimSrc
impl Copy for Fro192mTrimSrc
impl Eq for Fro192mTrimSrc
impl StructuralPartialEq for Fro192mTrimSrc
Auto Trait Implementations§
impl Freeze for Fro192mTrimSrc
impl RefUnwindSafe for Fro192mTrimSrc
impl Send for Fro192mTrimSrc
impl Sync for Fro192mTrimSrc
impl Unpin for Fro192mTrimSrc
impl UnwindSafe for Fro192mTrimSrc
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