pub struct GPIOG { /* private fields */ }
Expand description
General purpose I/O
Implementations§
Trait Implementations§
Source§impl Enable for GPIOG
impl Enable for GPIOG
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
impl Send for GPIOG
Auto Trait Implementations§
impl Freeze for GPIOG
impl RefUnwindSafe for GPIOG
impl !Sync for GPIOG
impl Unpin for GPIOG
impl UnwindSafe for GPIOG
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