pub struct PERI_MS { /* private fields */ }Expand description
Peripheral interconnect, master interface
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PERI_MS
impl RefUnwindSafe for PERI_MS
impl !Sync for PERI_MS
impl Unpin for PERI_MS
impl UnwindSafe for PERI_MS
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