pub struct Parts {
pub pk0: PK0,
pub pk1: PK1,
pub pk2: PK2,
pub pk3: PK3,
pub pk4: PK4,
pub pk5: PK5,
pub pk6: PK6,
pub pk7: PK7,
}
Expand description
GPIO parts
Fields§
§pk0: PK0
Pin
pk1: PK1
Pin
pk2: PK2
Pin
pk3: PK3
Pin
pk4: PK4
Pin
pk5: PK5
Pin
pk6: PK6
Pin
pk7: PK7
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