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 UnsafeUnpin 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