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