pub struct LedPins {
pub red: PD8<Output<PushPull>>,
pub yellow: PD9<Output<PushPull>>,
pub green: PD10<Output<PushPull>>,
}Fields§
§red: PD8<Output<PushPull>>§yellow: PD9<Output<PushPull>>§green: PD10<Output<PushPull>>Auto Trait Implementations§
impl Freeze for LedPins
impl RefUnwindSafe for LedPins
impl Send for LedPins
impl Sync for LedPins
impl Unpin for LedPins
impl UnsafeUnpin for LedPins
impl UnwindSafe for LedPins
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