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