Enum bme680::OversamplingSetting[][src]

#[repr(u8)]
pub enum OversamplingSetting { OSNone, OS1x, OS2x, OS4x, OS8x, OS16x, }

Over-sampling settings

Variants

Methods

impl OversamplingSetting
[src]

Trait Implementations

impl Copy for OversamplingSetting
[src]

impl Clone for OversamplingSetting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OversamplingSetting
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations