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