pub struct Leds {
pub led0: Output,
pub led1: Output,
pub led2: Output,
pub led3: Output,
pub led4: Output,
pub led5: Output,
pub led6: Output,
pub led7: Output,
pub led8: Output,
pub led9: Output,
pub led10: Output,
pub led11: Output,
}
Fields§
§led0: Output
§led1: Output
§led2: Output
§led3: Output
§led4: Output
§led5: Output
§led6: Output
§led7: Output
§led8: Output
§led9: Output
§led10: Output
§led11: Output
Implementations§
Trait Implementations§
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