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