Struct firmata::I2CReply [] [src]

pub struct I2CReply {
    pub address: i32,
    pub register: i32,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for I2CReply
[src]

Formats the value using the given formatter.