pub struct LedButton {
pub col: Col,
pub row: Row,
}
Expand description
A particular button and LED combination in the grid. Inconsistently used in the trellis implementation at the moment.
Fields§
§col: Col
§row: Row
Trait Implementations§
impl Copy for LedButton
impl StructuralPartialEq for LedButton
Auto Trait Implementations§
impl Freeze for LedButton
impl RefUnwindSafe for LedButton
impl Send for LedButton
impl Sync for LedButton
impl Unpin for LedButton
impl UnwindSafe for LedButton
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