#[repr(u8)]pub enum PdenLdoxo32m {
POWEREDON = 0,
POWEREDOFF = 1,
}Variants§
POWEREDON = 0
High speed crystal LDO is powered.
POWEREDOFF = 1
High speed crystal LDO is powered down.
Implementations§
Source§impl PdenLdoxo32m
impl PdenLdoxo32m
Trait Implementations§
Source§impl Clone for PdenLdoxo32m
impl Clone for PdenLdoxo32m
Source§fn clone(&self) -> PdenLdoxo32m
fn clone(&self) -> PdenLdoxo32m
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 PdenLdoxo32m
impl Debug for PdenLdoxo32m
Source§impl From<PdenLdoxo32m> for u8
impl From<PdenLdoxo32m> for u8
Source§fn from(val: PdenLdoxo32m) -> u8
fn from(val: PdenLdoxo32m) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PdenLdoxo32m
impl From<u8> for PdenLdoxo32m
Source§fn from(val: u8) -> PdenLdoxo32m
fn from(val: u8) -> PdenLdoxo32m
Converts to this type from the input type.
Source§impl Ord for PdenLdoxo32m
impl Ord for PdenLdoxo32m
Source§fn cmp(&self, other: &PdenLdoxo32m) -> Ordering
fn cmp(&self, other: &PdenLdoxo32m) -> 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 PdenLdoxo32m
impl PartialEq for PdenLdoxo32m
Source§impl PartialOrd for PdenLdoxo32m
impl PartialOrd for PdenLdoxo32m
impl Copy for PdenLdoxo32m
impl Eq for PdenLdoxo32m
impl StructuralPartialEq for PdenLdoxo32m
Auto Trait Implementations§
impl Freeze for PdenLdoxo32m
impl RefUnwindSafe for PdenLdoxo32m
impl Send for PdenLdoxo32m
impl Sync for PdenLdoxo32m
impl Unpin for PdenLdoxo32m
impl UnwindSafe for PdenLdoxo32m
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