Enum d1_pac::ccu::smhc1_clk::FACTOR_N_A
source · #[repr(u8)]pub enum FACTOR_N_A {
N1 = 0,
N2 = 1,
N4 = 2,
N8 = 3,
}
Expand description
Factor N
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for FACTOR_N_A
impl Clone for FACTOR_N_A
source§fn clone(&self) -> FACTOR_N_A
fn clone(&self) -> FACTOR_N_A
Returns a copy 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 FACTOR_N_A
impl Debug for FACTOR_N_A
source§impl From<FACTOR_N_A> for u8
impl From<FACTOR_N_A> for u8
source§fn from(variant: FACTOR_N_A) -> Self
fn from(variant: FACTOR_N_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for FACTOR_N_A
impl PartialEq for FACTOR_N_A
impl Copy for FACTOR_N_A
impl Eq for FACTOR_N_A
impl StructuralPartialEq for FACTOR_N_A
Auto Trait Implementations§
impl Freeze for FACTOR_N_A
impl RefUnwindSafe for FACTOR_N_A
impl Send for FACTOR_N_A
impl Sync for FACTOR_N_A
impl Unpin for FACTOR_N_A
impl UnwindSafe for FACTOR_N_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)