Enum hts221::AvgH [] [src]

#[repr(u8)]
pub enum AvgH { Avg4, Avg8, Avg16, Avg32, Avg64, Avg128, Avg256, Avg512, }

Values for humidity configuration. Selects the number of internal humidity samples averaged into one sample.

Variants

Trait Implementations

impl Copy for AvgH
[src]

impl Clone for AvgH
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for AvgH
[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 AvgH
[src]

impl Debug for AvgH
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AvgH

impl Sync for AvgH