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