[][src]Struct tinkerforge::imu_brick::AllData

pub struct AllData {
    pub acc_x: i16,
    pub acc_y: i16,
    pub acc_z: i16,
    pub mag_x: i16,
    pub mag_y: i16,
    pub mag_z: i16,
    pub ang_x: i16,
    pub ang_y: i16,
    pub ang_z: i16,
    pub temperature: i16,
}

Fields

acc_x: i16acc_y: i16acc_z: i16mag_x: i16mag_y: i16mag_z: i16ang_x: i16ang_y: i16ang_z: i16temperature: i16

Trait Implementations

impl FromByteSlice for AllData[src]

impl Clone for AllData[src]

impl Copy for AllData[src]

impl Default for AllData[src]

impl Eq for AllData[src]

impl PartialEq<AllData> for AllData[src]

impl Debug for AllData[src]

impl Hash for AllData[src]

impl StructuralPartialEq for AllData[src]

impl StructuralEq for AllData[src]

Auto Trait Implementations

impl Send for AllData

impl Sync for AllData

impl Unpin for AllData

impl UnwindSafe for AllData

impl RefUnwindSafe for AllData

Blanket Implementations

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

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

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 = !

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.

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]

impl<T> Same<T> for T

type Output = T

Should always be Self