[][src]Struct tinkerforge::silent_stepper_brick::BasicConfiguration

pub struct BasicConfiguration {
    pub standstill_current: u16,
    pub motor_run_current: u16,
    pub standstill_delay_time: u16,
    pub power_down_time: u16,
    pub stealth_threshold: u16,
    pub coolstep_threshold: u16,
    pub classic_threshold: u16,
    pub high_velocity_chopper_mode: bool,
}

Fields

standstill_current: u16motor_run_current: u16standstill_delay_time: u16power_down_time: u16stealth_threshold: u16coolstep_threshold: u16classic_threshold: u16high_velocity_chopper_mode: bool

Trait Implementations

impl Clone for BasicConfiguration[src]

impl Copy for BasicConfiguration[src]

impl Debug for BasicConfiguration[src]

impl Default for BasicConfiguration[src]

impl Eq for BasicConfiguration[src]

impl FromByteSlice for BasicConfiguration[src]

impl Hash for BasicConfiguration[src]

impl PartialEq<BasicConfiguration> for BasicConfiguration[src]

impl StructuralEq for BasicConfiguration[src]

impl StructuralPartialEq for BasicConfiguration[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.