pub enum InputSrc {
Hsi,
Hse(u32),
Pll(PllSrc),
}
Variants§
Implementations§
Trait Implementations§
impl Copy for InputSrc
impl StructuralPartialEq for InputSrc
Auto Trait Implementations§
impl Freeze for InputSrc
impl RefUnwindSafe for InputSrc
impl Send for InputSrc
impl Sync for InputSrc
impl Unpin for InputSrc
impl UnwindSafe for InputSrc
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