[][src]Struct tinkerforge::silent_stepper_brick::DriverStatus

pub struct DriverStatus {
    pub open_load: u8,
    pub short_to_ground: u8,
    pub over_temperature: u8,
    pub motor_stalled: bool,
    pub actual_motor_current: u8,
    pub full_step_active: bool,
    pub stallguard_result: u8,
    pub stealth_voltage_amplitude: u8,
}

Fields

open_load: u8short_to_ground: u8over_temperature: u8motor_stalled: boolactual_motor_current: u8full_step_active: boolstallguard_result: u8stealth_voltage_amplitude: u8

Trait Implementations

impl FromByteSlice for DriverStatus[src]

impl Clone for DriverStatus[src]

impl Copy for DriverStatus[src]

impl Default for DriverStatus[src]

impl Eq for DriverStatus[src]

impl PartialEq<DriverStatus> for DriverStatus[src]

impl Debug for DriverStatus[src]

impl Hash for DriverStatus[src]

impl StructuralPartialEq for DriverStatus[src]

impl StructuralEq for DriverStatus[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