[][src]Struct tinkerforge::outdoor_weather_bricklet::StationData

pub struct StationData {
    pub temperature: i16,
    pub humidity: u8,
    pub wind_speed: u32,
    pub gust_speed: u32,
    pub rain: u32,
    pub wind_direction: u8,
    pub battery_low: bool,
    pub last_change: u16,
}

Fields

temperature: i16humidity: u8wind_speed: u32gust_speed: u32rain: u32wind_direction: u8battery_low: boollast_change: u16

Trait Implementations

impl FromByteSlice for StationData[src]

impl Clone for StationData[src]

impl Copy for StationData[src]

impl Default for StationData[src]

impl Eq for StationData[src]

impl PartialEq<StationData> for StationData[src]

impl Debug for StationData[src]

impl Hash for StationData[src]

impl StructuralPartialEq for StationData[src]

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