pub struct Parts {
pub pc13: PC13<Input<Floating>>,
pub pc14: PC14<Input<Floating>>,
pub pc15: PC15<Input<Floating>>,
}
Expand description
GPIO parts
Fields§
§pc13: PC13<Input<Floating>>
Pin
pc14: PC14<Input<Floating>>
Pin
pc15: PC15<Input<Floating>>
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