Struct sensehat::RelativeHumidity[][src]

pub struct RelativeHumidity { /* fields omitted */ }

Represents a relative humidity reading from the humidity sensor

Methods

impl RelativeHumidity
[src]

Trait Implementations

impl Debug for RelativeHumidity
[src]

Formats the value using the given formatter. Read more

impl Copy for RelativeHumidity
[src]

impl Clone for RelativeHumidity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for RelativeHumidity
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations