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