[][src]Struct tinkerforge::can_v2_bricklet::QueueConfigurationResult

pub struct QueueConfigurationResult {
    pub write_buffer_size: u8,
    pub write_buffer_timeout: i32,
    pub write_backlog_size: u16,
    pub read_backlog_size: u16,
}

Fields

write_buffer_size: u8write_buffer_timeout: i32write_backlog_size: u16read_backlog_size: u16

Trait Implementations

impl LowLevelRead<i8, QueueConfigurationResult> for QueueConfigurationLowLevel[src]

impl Clone for QueueConfigurationResult[src]

impl Copy for QueueConfigurationResult[src]

impl Default for QueueConfigurationResult[src]

impl Eq for QueueConfigurationResult[src]

impl PartialEq<QueueConfigurationResult> for QueueConfigurationResult[src]

impl Debug for QueueConfigurationResult[src]

impl Hash for QueueConfigurationResult[src]

impl StructuralPartialEq for QueueConfigurationResult[src]

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