Struct i2c_linux_sys::i2c_smbus_ioctl_data [] [src]

#[repr(C)]
pub struct i2c_smbus_ioctl_data { pub read_write: SmbusReadWrite, pub command: u8, pub size: SmbusTransaction, pub data: *mut i2c_smbus_data, }

This is the structure as used in the I2C_SMBUS ioctl call

Fields

Trait Implementations

impl Copy for i2c_smbus_ioctl_data
[src]

impl Clone for i2c_smbus_ioctl_data
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for i2c_smbus_ioctl_data
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations