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