#[repr(u8)]pub enum SystemAuxiliaryClockSource {
PllSys = 0,
PllUsb = 1,
Rsoc = 2,
Xsoc = 3,
Gpio0 = 4,
Gpio1 = 5,
}
Variants§
Trait Implementations§
Source§impl Clone for SystemAuxiliaryClockSource
impl Clone for SystemAuxiliaryClockSource
Source§fn clone(&self) -> SystemAuxiliaryClockSource
fn clone(&self) -> SystemAuxiliaryClockSource
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 SystemAuxiliaryClockSource
impl Debug for SystemAuxiliaryClockSource
impl Copy for SystemAuxiliaryClockSource
impl StructuralPartialEq for SystemAuxiliaryClockSource
Auto Trait Implementations§
impl Freeze for SystemAuxiliaryClockSource
impl RefUnwindSafe for SystemAuxiliaryClockSource
impl Send for SystemAuxiliaryClockSource
impl Sync for SystemAuxiliaryClockSource
impl Unpin for SystemAuxiliaryClockSource
impl UnwindSafe for SystemAuxiliaryClockSource
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