[][src]Struct i2cbus_api::models::I2cByte

pub struct I2cByte(_);

A byte read from the I2C bus

Trait Implementations

impl Clone for I2cByte[src]

impl Debug for I2cByte[src]

impl Deref for I2cByte[src]

type Target = i32

The resulting type after dereferencing.

impl DerefMut for I2cByte[src]

impl<'de> Deserialize<'de> for I2cByte[src]

impl From<I2cByte> for i32[src]

impl From<i32> for I2cByte[src]

impl PartialEq<I2cByte> for I2cByte[src]

impl PartialOrd<I2cByte> for I2cByte[src]

impl Serialize for I2cByte[src]

impl StructuralPartialEq for I2cByte[src]

Auto Trait Implementations

impl RefUnwindSafe for I2cByte

impl Send for I2cByte

impl Sync for I2cByte

impl Unpin for I2cByte

impl UnwindSafe for I2cByte

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.