Struct embassy_stm32::peripherals::MCO
source · pub struct MCO { /* private fields */ }
Expand description
MCO peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MCO
impl RefUnwindSafe for MCO
impl Send for MCO
impl Sync for MCO
impl Unpin for MCO
impl UnwindSafe for MCO
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