pub struct IO {
pub pins: Pins,
/* private fields */
}
Expand description
General Purpose Input/Output driver
Fields§
§pins: Pins
Implementations§
Auto Trait Implementations§
impl Freeze for IO
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