pub struct EXTM4REGS { /* private fields */ }Expand description
External registers to control M4 Subsystem (not a core peripheral)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EXTM4REGS
impl RefUnwindSafe for EXTM4REGS
impl !Sync for EXTM4REGS
impl Unpin for EXTM4REGS
impl UnwindSafe for EXTM4REGS
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