[][src]Enum lis2dh12::Aoi6d

pub enum Aoi6d {
    Or,
    Movement6D,
    And,
    Position6D,
}

AOI-6D Interrupt mode

Variants

Or

OR combination of interrupt events

Movement6D

6-direction movement recognition

And

AND combination of interrupt events

Position6D

6-direction position recognition

Trait Implementations

impl Clone for Aoi6d[src]

impl Copy for Aoi6d[src]

Auto Trait Implementations

impl RefUnwindSafe for Aoi6d

impl Send for Aoi6d

impl Sync for Aoi6d

impl Unpin for Aoi6d

impl UnwindSafe for Aoi6d

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> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.