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