pub struct Parts {}Expand description
GPIO parts
Fields§
§pi0: PI0Pin
pi1: PI1Pin
pi2: PI2Pin
pi3: PI3Pin
pi4: PI4Pin
pi5: PI5Pin
pi6: PI6Pin
pi7: PI7Pin
pi8: PI8Pin
pi9: PI9Pin
pi10: PI10Pin
pi11: PI11Pin
pi12: PI12Pin
pi13: PI13Pin
pi14: PI14Pin
pi15: PI15Pin
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