Enum capsules::si7021::OnDeck [] [src]

enum OnDeck {
    Nothing,
    Temperature,
    Humidity,
}

Variants

Trait Implementations

impl PartialEq for OnDeck
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for OnDeck
[src]

[src]

impl Copy for OnDeck
[src]

impl Clone for OnDeck
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more