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