pub struct Parts {}Expand description
GPIO parts
Fields§
§pj0: PJ0Pin
pj1: PJ1Pin
pj2: PJ2Pin
pj3: PJ3Pin
pj4: PJ4Pin
pj5: PJ5Pin
pj6: PJ6Pin
pj7: PJ7Pin
pj8: PJ8Pin
pj9: PJ9Pin
pj10: PJ10Pin
pj11: PJ11Pin
pj12: PJ12Pin
pj13: PJ13Pin
pj14: PJ14Pin
pj15: PJ15Pin
Auto Trait Implementations§
impl Freeze for Parts
impl RefUnwindSafe for Parts
impl Send for Parts
impl Sync for Parts
impl Unpin for Parts
impl UnwindSafe for Parts
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