[][src]Struct tinkerforge::red_brick::ListItem

pub struct ListItem {
    pub error_code: u8,
    pub item_object_id: u16,
    pub type_: u8,
}

Fields

error_code: u8item_object_id: u16type_: u8

Trait Implementations

impl FromByteSlice for ListItem[src]

impl Clone for ListItem[src]

impl Copy for ListItem[src]

impl Default for ListItem[src]

impl Eq for ListItem[src]

impl PartialEq<ListItem> for ListItem[src]

impl Debug for ListItem[src]

impl Hash for ListItem[src]

impl StructuralPartialEq for ListItem[src]

impl StructuralEq for ListItem[src]

Auto Trait Implementations

Blanket Implementations

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 = !

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self