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