Struct trellis::core::LedButton
[−]
[src]
pub struct LedButton {
pub col: Col,
pub row: Row,
}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 Clone for LedButton[src]
fn clone(&self) -> LedButton
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more