Struct i2c_linux_sys::i2c_rdwr_ioctl_data [] [src]

#[repr(C)]
pub struct i2c_rdwr_ioctl_data { pub msgs: *mut i2c_msg, pub nmsgs: c_int, }

This is the structure as used in the I2C_RDWR ioctl call

Fields

ptr to array of simple messages

number of messages to exchange

Trait Implementations

impl Copy for i2c_rdwr_ioctl_data
[src]

impl Clone for i2c_rdwr_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_rdwr_ioctl_data
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations