[][src]Struct nrf52840_platform::i2c::I2c

pub struct I2c;

Trait Implementations

impl Clone for I2c[src]

impl Copy for I2c[src]

impl Debug for I2c[src]

impl I2cRead for I2c[src]

type Error = Error

The common error type for I²C read operations. Read more

type Read = I2cRead

An object that can be used to complete the read operation.

impl I2cWrite for I2c[src]

type Error = Error

The common error type for I²C write operations. Read more

type Write = I2cWrite

An object that can be used to complete the write operation.

Auto Trait Implementations

impl Send for I2c

impl Sync for I2c

impl Unpin for I2c

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<'r, A> I2cReadExt for A where
    A: I2cRead
[src]

impl<A> I2cWriteExt for A where
    A: I2cWrite
[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.