[][src]Struct tinkerforge::outdoor_weather_bricklet::SensorDataEvent

pub struct SensorDataEvent {
    pub identifier: u8,
    pub temperature: i16,
    pub humidity: u8,
}

Fields

identifier: u8temperature: i16humidity: u8

Trait Implementations

impl FromByteSlice for SensorDataEvent[src]

impl Clone for SensorDataEvent[src]

impl Copy for SensorDataEvent[src]

impl Default for SensorDataEvent[src]

impl Eq for SensorDataEvent[src]

impl PartialEq<SensorDataEvent> for SensorDataEvent[src]

impl Debug for SensorDataEvent[src]

impl Hash for SensorDataEvent[src]

impl StructuralPartialEq for SensorDataEvent[src]

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