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