pub struct Parts {}
Expand description
GPIO parts
Fields§
§pe0: PE0
Pin
pe1: PE1
Pin
pe2: PE2
Pin
pe3: PE3
Pin
pe4: PE4
Pin
pe5: PE5
Pin
pe6: PE6
Pin
pe7: PE7
Pin
pe8: PE8
Pin
pe9: PE9
Pin
pe10: PE10
Pin
pe11: PE11
Pin
pe12: PE12
Pin
pe13: PE13
Pin
pe14: PE14
Pin
pe15: PE15
Pin
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