Struct i2c_parser::I2cMessage [] [src]

pub struct I2cMessage {
    pub message: Vec<I2cByte>,
}

Structure containing a complete I2C message comprised of I2cBytes

Fields

Methods

impl I2cMessage
[src]

Obtain only the bytes from an I2C Message, discarding ACK and NAKs

Trait Implementations

impl Debug for I2cMessage
[src]

Formats the value using the given formatter.

impl PartialEq for I2cMessage
[src]

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

This method tests for !=.

impl Display for I2cMessage
[src]

Implementation of the display trait for use with println!(), etc.