[][src]Trait winsen_co2_sensor::MonotonicCounter

pub trait MonotonicCounter {
    fn value(&self) -> u32;
fn frequency(&self) -> u32; }

Required methods

fn value(&self) -> u32

Returns a measurement of the monotonic counter

fn frequency(&self) -> u32

Returns the frequency at which the monotonic counter is operating at

Loading content...

Implementations on Foreign Types

impl MonotonicCounter for Instant[src]

Loading content...

Implementors

Loading content...