[][src]Struct tinkerforge::stepper_brick::AllData

pub struct AllData {
    pub current_velocity: u16,
    pub current_position: i32,
    pub remaining_steps: i32,
    pub stack_voltage: u16,
    pub external_voltage: u16,
    pub current_consumption: u16,
}

Fields

current_velocity: u16current_position: i32remaining_steps: i32stack_voltage: u16external_voltage: u16current_consumption: u16

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