[][src]Struct tinkerforge::master_brick::Wifi2ApConfiguration

pub struct Wifi2ApConfiguration {
    pub enable: bool,
    pub ssid: String,
    pub ip: [u8; 4],
    pub subnet_mask: [u8; 4],
    pub gateway: [u8; 4],
    pub encryption: u8,
    pub hidden: bool,
    pub channel: u8,
    pub mac_address: [u8; 6],
}

Fields

enable: boolssid: Stringip: [u8; 4]subnet_mask: [u8; 4]gateway: [u8; 4]encryption: u8hidden: boolchannel: u8mac_address: [u8; 6]

Trait Implementations

impl FromByteSlice for Wifi2ApConfiguration[src]

impl Clone for Wifi2ApConfiguration[src]

impl Default for Wifi2ApConfiguration[src]

impl Eq for Wifi2ApConfiguration[src]

impl PartialEq<Wifi2ApConfiguration> for Wifi2ApConfiguration[src]

impl Debug for Wifi2ApConfiguration[src]

impl Hash for Wifi2ApConfiguration[src]

impl StructuralPartialEq for Wifi2ApConfiguration[src]

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