pub struct Leds {
pub green: PB0<Output<PushPull>>,
pub blue: PB7<Output<PushPull>>,
pub red: PB14<Output<PushPull>>,
}Fields§
§green: PB0<Output<PushPull>>§blue: PB7<Output<PushPull>>§red: PB14<Output<PushPull>>Auto Trait Implementations§
impl Freeze for Leds
impl RefUnwindSafe for Leds
impl Send for Leds
impl Sync for Leds
impl Unpin for Leds
impl UnwindSafe for Leds
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