pub struct Parts {}Expand description
GPIO parts
Fields§
§ph0: PH0Pin
ph1: PH1Pin
ph2: PH2Pin
ph3: PH3Pin
ph4: PH4Pin
ph5: PH5Pin
ph6: PH6Pin
ph7: PH7Pin
ph8: PH8Pin
ph9: PH9Pin
ph10: PH10Pin
ph11: PH11Pin
ph12: PH12Pin
ph13: PH13Pin
ph14: PH14Pin
ph15: PH15Pin
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