pub enum CpuPllDivInConfig {
Pll,
Apll,
}Available on crate feature
unstable only.Expand description
The list of clock signals that the CPU_PLL_DIV_IN multiplexer can output.
Variants§
Trait Implementations§
Source§impl Clone for CpuPllDivInConfig
impl Clone for CpuPllDivInConfig
Source§fn clone(&self) -> CpuPllDivInConfig
fn clone(&self) -> CpuPllDivInConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CpuPllDivInConfig
impl Debug for CpuPllDivInConfig
Source§impl Hash for CpuPllDivInConfig
impl Hash for CpuPllDivInConfig
Source§impl PartialEq for CpuPllDivInConfig
impl PartialEq for CpuPllDivInConfig
impl Copy for CpuPllDivInConfig
impl Eq for CpuPllDivInConfig
impl StructuralPartialEq for CpuPllDivInConfig
Auto Trait Implementations§
impl Freeze for CpuPllDivInConfig
impl RefUnwindSafe for CpuPllDivInConfig
impl Send for CpuPllDivInConfig
impl Sync for CpuPllDivInConfig
impl Unpin for CpuPllDivInConfig
impl UnsafeUnpin for CpuPllDivInConfig
impl UnwindSafe for CpuPllDivInConfig
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)