[][src]Struct tinkerforge::can_v2_bricklet::FrameReadResult

pub struct FrameReadResult {
    pub frame_type: u8,
    pub identifier: u32,
}

Fields

frame_type: u8identifier: u32

Trait Implementations

impl LowLevelRead<u8, FrameReadResult> for FrameReadLowLevelEvent[src]

impl Clone for FrameReadResult[src]

impl Copy for FrameReadResult[src]

impl Default for FrameReadResult[src]

impl Eq for FrameReadResult[src]

impl PartialEq<FrameReadResult> for FrameReadResult[src]

impl Debug for FrameReadResult[src]

impl Hash for FrameReadResult[src]

impl StructuralPartialEq for FrameReadResult[src]

impl StructuralEq for FrameReadResult[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