[][src]Struct tinkerforge::master_brick::EthernetStatus

pub struct EthernetStatus {
    pub mac_address: [u8; 6],
    pub ip: [u8; 4],
    pub subnet_mask: [u8; 4],
    pub gateway: [u8; 4],
    pub rx_count: u32,
    pub tx_count: u32,
    pub hostname: String,
}

Fields

mac_address: [u8; 6]ip: [u8; 4]subnet_mask: [u8; 4]gateway: [u8; 4]rx_count: u32tx_count: u32hostname: String

Trait Implementations

impl FromByteSlice for EthernetStatus[src]

impl Clone for EthernetStatus[src]

impl Default for EthernetStatus[src]

impl Eq for EthernetStatus[src]

impl PartialEq<EthernetStatus> for EthernetStatus[src]

impl Debug for EthernetStatus[src]

impl Hash for EthernetStatus[src]

impl StructuralPartialEq for EthernetStatus[src]

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