Enum stm32f429zi::rcc::MCO1Source
source · pub enum MCO1Source {
HSI = 0,
HSE = 2,
PLL = 3,
}
Variants§
Auto Trait Implementations§
impl Freeze for MCO1Source
impl RefUnwindSafe for MCO1Source
impl Send for MCO1Source
impl Sync for MCO1Source
impl Unpin for MCO1Source
impl UnwindSafe for MCO1Source
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