pub struct Mcu {
    pub scb: Scb,
    pub nvic: Nvic,
    pub rcc: Rcc,
    pub afio: Afio,
}Fields§
§scb: Scb§nvic: Nvic§rcc: Rcc§afio: AfioAuto Trait Implementations§
impl Freeze for Mcu
impl !RefUnwindSafe for Mcu
impl Send for Mcu
impl !Sync for Mcu
impl Unpin for Mcu
impl UnwindSafe for Mcu
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