[][src]Struct tinkerforge::silent_stepper_brick::AllDataEvent

pub struct AllDataEvent {
    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 AllDataEvent[src]

impl Clone for AllDataEvent[src]

impl Copy for AllDataEvent[src]

impl Default for AllDataEvent[src]

impl Eq for AllDataEvent[src]

impl PartialEq<AllDataEvent> for AllDataEvent[src]

impl Debug for AllDataEvent[src]

impl Hash for AllDataEvent[src]

impl StructuralPartialEq for AllDataEvent[src]

impl StructuralEq for AllDataEvent[src]

Auto Trait Implementations

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