[][src]Struct tinkerforge::can_v2_bricklet::FrameReadLowLevelEvent

pub struct FrameReadLowLevelEvent {
    pub frame_type: u8,
    pub identifier: u32,
    pub data_length: u8,
    pub data_data: [u8; 15],
}

Fields

frame_type: u8identifier: u32data_length: u8data_data: [u8; 15]

Trait Implementations

impl FromByteSlice for FrameReadLowLevelEvent[src]

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

impl Clone for FrameReadLowLevelEvent[src]

impl Copy for FrameReadLowLevelEvent[src]

impl Default for FrameReadLowLevelEvent[src]

impl Eq for FrameReadLowLevelEvent[src]

impl PartialEq<FrameReadLowLevelEvent> for FrameReadLowLevelEvent[src]

impl Debug for FrameReadLowLevelEvent[src]

impl Hash for FrameReadLowLevelEvent[src]

impl StructuralPartialEq for FrameReadLowLevelEvent[src]

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