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