Enum i2c_parser::I2cStatus [] [src]

pub enum I2cStatus {
    Ack,
    Nak,
}

Representation of ACK/NAK bit after every 8 bits of data

Variants

Trait Implementations

impl Debug for I2cStatus
[src]

Formats the value using the given formatter.

impl PartialEq for I2cStatus
[src]

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

This method tests for !=.

impl Eq for I2cStatus
[src]

impl Clone for I2cStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more