[][src]Struct tinkerforge::silent_stepper_brick::CoolstepConfiguration

pub struct CoolstepConfiguration {
    pub minimum_stallguard_value: u8,
    pub maximum_stallguard_value: u8,
    pub current_up_step_width: u8,
    pub current_down_step_width: u8,
    pub minimum_current: u8,
    pub stallguard_threshold_value: i8,
    pub stallguard_mode: u8,
}

Fields

minimum_stallguard_value: u8maximum_stallguard_value: u8current_up_step_width: u8current_down_step_width: u8minimum_current: u8stallguard_threshold_value: i8stallguard_mode: u8

Trait Implementations

impl Clone for CoolstepConfiguration[src]

impl Copy for CoolstepConfiguration[src]

impl Debug for CoolstepConfiguration[src]

impl Default for CoolstepConfiguration[src]

impl Eq for CoolstepConfiguration[src]

impl FromByteSlice for CoolstepConfiguration[src]

impl Hash for CoolstepConfiguration[src]

impl PartialEq<CoolstepConfiguration> for CoolstepConfiguration[src]

impl StructuralEq for CoolstepConfiguration[src]

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