[][src]Enum bmp388::Filter

pub enum Filter {
    c0,
    c1,
    c3,
    c7,
    c15,
    c31,
    c63,
    c127,
}

The time constant of IIR filter

Variants

c0

off

c1

Coefficient 1

c3

Coefficient 3

c7

Coefficient 7

c15

Coefficient 15

c31

Coefficient 31

c63

Coefficient 63

c127

Coefficient 127

Trait Implementations

impl Copy for Filter[src]

impl Debug for Filter[src]

impl Clone for Filter[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Filter

impl Sync for Filter

impl Unpin for Filter

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]