[][src]Struct tinkerforge::master_brick::Wifi2Configuration

pub struct Wifi2Configuration {
    pub port: u16,
    pub websocket_port: u16,
    pub website_port: u16,
    pub phy_mode: u8,
    pub sleep_mode: u8,
    pub website: u8,
}

Fields

port: u16websocket_port: u16website_port: u16phy_mode: u8sleep_mode: u8website: u8

Trait Implementations

impl FromByteSlice for Wifi2Configuration[src]

impl Clone for Wifi2Configuration[src]

impl Copy for Wifi2Configuration[src]

impl Default for Wifi2Configuration[src]

impl Eq for Wifi2Configuration[src]

impl PartialEq<Wifi2Configuration> for Wifi2Configuration[src]

impl Debug for Wifi2Configuration[src]

impl Hash for Wifi2Configuration[src]

impl StructuralPartialEq for Wifi2Configuration[src]

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