Struct i2c_parser::I2cByte [] [src]

pub struct I2cByte {
    pub data: u8,
    pub status: I2cStatus,
}

A single byte of I2C Data, including ACK or NAK state

Fields

Trait Implementations

impl Debug for I2cByte
[src]

Formats the value using the given formatter.

impl PartialEq for I2cByte
[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 I2cByte
[src]

impl Clone for I2cByte
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more