[][src]Struct usb2642_i2c::USB2642I2CWriteReadCommand

#[repr(C)]pub struct USB2642I2CWriteReadCommand { /* fields omitted */ }

Implementations

impl USB2642I2CWriteReadCommand[src]

pub fn new(i2c_addr: u8, write_data: &[u8], read_len: usize) -> Result<Self>[src]

Trait Implementations

impl Debug for USB2642I2CWriteReadCommand[src]

impl Default for USB2642I2CWriteReadCommand[src]

impl USB2642I2CCommand for USB2642I2CWriteReadCommand[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.