Enum hts221::AvgT [] [src]

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

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

Variants

Trait Implementations

impl Copy for AvgT
[src]

impl Clone for AvgT
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for AvgT
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AvgT

impl Sync for AvgT