Struct esp32c2_hal::IO
source · pub struct IO {
pub pins: Pins,
/* private fields */
}
Expand description
General Purpose Input/Output driver
Fields§
§pins: Pins
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IO
impl Send for IO
impl Sync for IO
impl Unpin for IO
impl UnwindSafe for IO
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