pub struct Gpioc;
Expand description
GPIO port GPIOC (type state)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gpioc
impl RefUnwindSafe for Gpioc
impl Send for Gpioc
impl Sync for Gpioc
impl Unpin for Gpioc
impl UnwindSafe for Gpioc
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