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

impl Copy for LedButton
[src]

impl Debug for LedButton
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for LedButton
[src]

fn eq(&self, __arg_0: &LedButton) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &LedButton) -> bool

This method tests for !=.