#[repr(u8)]pub enum PselnInternal {
AVDD = 0,
DVDD = 1,
VDD = 2,
_RESERVED_3 = 3,
}Variants§
AVDD = 0
Connected to the internal 0.9V analog supply rail
DVDD = 1
Connected to the internal 0.9V digital supply rail
VDD = 2
Connected to VDD
_RESERVED_3 = 3
Implementations§
Source§impl PselnInternal
impl PselnInternal
Trait Implementations§
Source§impl Clone for PselnInternal
impl Clone for PselnInternal
Source§fn clone(&self) -> PselnInternal
fn clone(&self) -> PselnInternal
Returns a copy 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 PselnInternal
impl Debug for PselnInternal
Source§impl From<PselnInternal> for u8
impl From<PselnInternal> for u8
Source§fn from(val: PselnInternal) -> u8
fn from(val: PselnInternal) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PselnInternal
impl From<u8> for PselnInternal
Source§fn from(val: u8) -> PselnInternal
fn from(val: u8) -> PselnInternal
Converts to this type from the input type.
Source§impl Ord for PselnInternal
impl Ord for PselnInternal
Source§fn cmp(&self, other: &PselnInternal) -> Ordering
fn cmp(&self, other: &PselnInternal) -> 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 PselnInternal
impl PartialEq for PselnInternal
Source§impl PartialOrd for PselnInternal
impl PartialOrd for PselnInternal
impl Copy for PselnInternal
impl Eq for PselnInternal
impl StructuralPartialEq for PselnInternal
Auto Trait Implementations§
impl Freeze for PselnInternal
impl RefUnwindSafe for PselnInternal
impl Send for PselnInternal
impl Sync for PselnInternal
impl Unpin for PselnInternal
impl UnwindSafe for PselnInternal
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)