pub struct Gpioa;
Expand description
GPIO port GPIOA (type state)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gpioa
impl RefUnwindSafe for Gpioa
impl Send for Gpioa
impl Sync for Gpioa
impl Unpin for Gpioa
impl UnwindSafe for Gpioa
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