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