Struct rust_i2c::Command [−][src]
Struct for abstracting I2C command/data structure
Fields
cmd: u8
I2C command or registry
data: Vec<u8>
Data to write to registry
Trait Implementations
impl Debug for Command
[src]
impl Debug for Command
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for Command
[src]
impl Eq for Command
impl PartialEq for Command
[src]
impl PartialEq for Command