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