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