[][src]Struct tinkerforge::can_v2_bricklet::ErrorLogResult

pub struct ErrorLogResult {
    pub transceiver_state: u8,
    pub transceiver_write_error_level: u8,
    pub transceiver_read_error_level: u8,
    pub transceiver_stuffing_error_count: u32,
    pub transceiver_format_error_count: u32,
    pub transceiver_ack_error_count: u32,
    pub transceiver_bit1_error_count: u32,
    pub transceiver_bit0_error_count: u32,
    pub transceiver_crc_error_count: u32,
    pub write_buffer_timeout_error_count: u32,
    pub read_buffer_overflow_error_count: u32,
    pub read_backlog_overflow_error_count: u32,
}

Fields

transceiver_state: u8transceiver_write_error_level: u8transceiver_read_error_level: u8transceiver_stuffing_error_count: u32transceiver_format_error_count: u32transceiver_ack_error_count: u32transceiver_bit1_error_count: u32transceiver_bit0_error_count: u32transceiver_crc_error_count: u32write_buffer_timeout_error_count: u32read_buffer_overflow_error_count: u32read_backlog_overflow_error_count: u32

Trait Implementations

impl LowLevelRead<bool, ErrorLogResult> for ErrorLogLowLevel[src]

impl Clone for ErrorLogResult[src]

impl Copy for ErrorLogResult[src]

impl Default for ErrorLogResult[src]

impl Eq for ErrorLogResult[src]

impl PartialEq<ErrorLogResult> for ErrorLogResult[src]

impl Debug for ErrorLogResult[src]

impl Hash for ErrorLogResult[src]

impl StructuralPartialEq for ErrorLogResult[src]

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