Enum Mco1Source
#[repr(u8)]pub enum Mco1Source {
HSI = 0,
LSE = 1,
HSE = 2,
PLL = 3,
}
Variants§
HSI = 0
HSI clock selected
LSE = 1
LSE oscillator selected
HSE = 2
HSE oscillator clock selected
PLL = 3
PLL clock selected
Implementations§
Trait Implementations§
§impl Ord for Mco1sel
impl Ord for Mco1sel
§impl PartialOrd for Mco1sel
impl PartialOrd for Mco1sel
impl Copy for Mco1sel
impl Eq for Mco1sel
impl StructuralPartialEq for Mco1sel
Auto Trait Implementations§
impl Freeze for Mco1sel
impl RefUnwindSafe for Mco1sel
impl Send for Mco1sel
impl Sync for Mco1sel
impl Unpin for Mco1sel
impl UnwindSafe for Mco1sel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)