#[repr(u8)]pub enum AplltestctrlTestvSel {
PllBias = 0,
PllCco = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
Ldo = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
PllBias = 0
pll_bias_source.
PllCco = 1
pll_cco_current.
_RESERVED_2 = 2
_RESERVED_3 = 3
Ldo = 4
ldo_ldo1p1.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Clone for AplltestctrlTestvSel
impl Clone for AplltestctrlTestvSel
Source§fn clone(&self) -> AplltestctrlTestvSel
fn clone(&self) -> AplltestctrlTestvSel
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 AplltestctrlTestvSel
impl Debug for AplltestctrlTestvSel
Source§impl From<AplltestctrlTestvSel> for u8
impl From<AplltestctrlTestvSel> for u8
Source§fn from(val: AplltestctrlTestvSel) -> u8
fn from(val: AplltestctrlTestvSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AplltestctrlTestvSel
impl From<u8> for AplltestctrlTestvSel
Source§fn from(val: u8) -> AplltestctrlTestvSel
fn from(val: u8) -> AplltestctrlTestvSel
Converts to this type from the input type.
Source§impl Ord for AplltestctrlTestvSel
impl Ord for AplltestctrlTestvSel
Source§fn cmp(&self, other: &AplltestctrlTestvSel) -> Ordering
fn cmp(&self, other: &AplltestctrlTestvSel) -> 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 AplltestctrlTestvSel
impl PartialEq for AplltestctrlTestvSel
Source§impl PartialOrd for AplltestctrlTestvSel
impl PartialOrd for AplltestctrlTestvSel
impl Copy for AplltestctrlTestvSel
impl Eq for AplltestctrlTestvSel
impl StructuralPartialEq for AplltestctrlTestvSel
Auto Trait Implementations§
impl Freeze for AplltestctrlTestvSel
impl RefUnwindSafe for AplltestctrlTestvSel
impl Send for AplltestctrlTestvSel
impl Sync for AplltestctrlTestvSel
impl Unpin for AplltestctrlTestvSel
impl UnwindSafe for AplltestctrlTestvSel
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