Struct i2c_linux_sys::i2c_smbus_data [] [src]

#[repr(C)]
pub struct i2c_smbus_data { pub block: [u8; 34], // some fields omitted }

Data for SMBus Messages

Fields

block[0] is used for length and one more for user-space compatibility

Methods

impl i2c_smbus_data
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for i2c_smbus_data
[src]

impl Clone for i2c_smbus_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_data
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for i2c_smbus_data
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations