[][src]Struct tinkerforge::rs485_bricklet::Rs485Configuration

pub struct Rs485Configuration {
    pub baudrate: u32,
    pub parity: u8,
    pub stopbits: u8,
    pub wordlength: u8,
    pub duplex: u8,
}

Fields

baudrate: u32parity: u8stopbits: u8wordlength: u8duplex: u8

Trait Implementations

impl FromByteSlice for Rs485Configuration[src]

impl Clone for Rs485Configuration[src]

impl Copy for Rs485Configuration[src]

impl Default for Rs485Configuration[src]

impl Eq for Rs485Configuration[src]

impl PartialEq<Rs485Configuration> for Rs485Configuration[src]

impl Debug for Rs485Configuration[src]

impl Hash for Rs485Configuration[src]

impl StructuralPartialEq for Rs485Configuration[src]

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