[][src]Struct tinkerforge::master_brick::WifiEncryption

pub struct WifiEncryption {
    pub encryption: u8,
    pub key: String,
    pub key_index: u8,
    pub eap_options: u8,
    pub ca_certificate_length: u16,
    pub client_certificate_length: u16,
    pub private_key_length: u16,
}

Fields

encryption: u8key: Stringkey_index: u8eap_options: u8ca_certificate_length: u16client_certificate_length: u16private_key_length: u16

Trait Implementations

impl FromByteSlice for WifiEncryption
[src]

impl Clone for WifiEncryption
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self