[][src]Enum lsm9ds1::accel::Bandwidth

pub enum Bandwidth {
    _408Hz,
    _211Hz,
    _105Hz,
    _50Hz,
}

Anti-aliasing filter bandwidth selection (BW_XL). (Refer to Table 67)

Variants

_408Hz

408 Hz

_211Hz

211 Hz

_105Hz

105 Hz

_50Hz

50 Hz

Methods

impl Bandwidth[src]

pub fn value(self) -> u8[src]

Trait Implementations

impl Clone for Bandwidth[src]

impl Copy for Bandwidth[src]

impl Debug for Bandwidth[src]

Auto Trait Implementations

impl Send for Bandwidth

impl Sync for Bandwidth

impl Unpin for Bandwidth

Blanket Implementations

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

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

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

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

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

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> 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.