[][src]Struct tinkerforge::imu_v3_bricklet::OrientationCallbackConfiguration

pub struct OrientationCallbackConfiguration {
    pub period: u32,
    pub value_has_to_change: bool,
}

Fields

period: u32value_has_to_change: bool

Trait Implementations

impl Clone for OrientationCallbackConfiguration[src]

impl Copy for OrientationCallbackConfiguration[src]

impl Debug for OrientationCallbackConfiguration[src]

impl Default for OrientationCallbackConfiguration[src]

impl Eq for OrientationCallbackConfiguration[src]

impl FromByteSlice for OrientationCallbackConfiguration[src]

impl Hash for OrientationCallbackConfiguration[src]

impl PartialEq<OrientationCallbackConfiguration> for OrientationCallbackConfiguration[src]

impl StructuralEq for OrientationCallbackConfiguration[src]

impl StructuralPartialEq for OrientationCallbackConfiguration[src]

Auto Trait Implementations

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.