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