Enum i2c_parser::DecodeState [] [src]

pub enum DecodeState {
    Idle,
    Pending,
    Complete(I2cMessage),
}

Variants

Trait Implementations

impl Debug for DecodeState
[src]

Formats the value using the given formatter.

impl PartialEq for DecodeState
[src]

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

This method tests for !=.