pub struct Parts {}
Expand description
GPIO parts
Fields§
§pb0: PB0
Pin
pb1: PB1
Pin
pb2: PB2
Pin
pb3: PB3<Debugger>
Pin
pb4: PB4<Debugger>
Pin
pb5: PB5
Pin
pb6: PB6
Pin
pb7: PB7
Pin
pb8: PB8
Pin
pb9: PB9
Pin
pb10: PB10
Pin
pb11: PB11
Pin
pb12: PB12
Pin
pb13: PB13
Pin
pb14: PB14
Pin
pb15: PB15
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