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