Enum hts221::device::cr1::DataRate [] [src]

#[repr(u8)]
pub enum DataRate { OneShot, Continuous1Hz, Continuous7Hz, Continuous12_5Hz, }

Values of the output data rate.

Variants

Trait Implementations

impl Copy for DataRate
[src]

impl Clone for DataRate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Debug for DataRate
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DataRate

impl Sync for DataRate