Enum tinkerforge::stepper_brick::StepperBrickFunction [−][src]
pub enum StepperBrickFunction {}Show variants
SetMaxVelocity, GetMaxVelocity, GetCurrentVelocity, SetSpeedRamping, GetSpeedRamping, FullBrake, SetCurrentPosition, GetCurrentPosition, SetTargetPosition, GetTargetPosition, SetSteps, GetSteps, GetRemainingSteps, SetStepMode, GetStepMode, DriveForward, DriveBackward, Stop, GetStackInputVoltage, GetExternalInputVoltage, GetCurrentConsumption, SetMotorCurrent, GetMotorCurrent, Enable, Disable, IsEnabled, SetDecay, GetDecay, SetMinimumVoltage, GetMinimumVoltage, SetSyncRect, IsSyncRect, SetTimeBase, GetTimeBase, GetAllData, SetAllDataPeriod, GetAllDataPeriod, SetSpitfpBaudrateConfig, GetSpitfpBaudrateConfig, GetSendTimeoutCount, SetSpitfpBaudrate, GetSpitfpBaudrate, GetSpitfpErrorCount, EnableStatusLed, DisableStatusLed, IsStatusLedEnabled, GetProtocol1BrickletName, GetChipTemperature, Reset, WriteBrickletPlugin, ReadBrickletPlugin, GetIdentity, CallbackUnderVoltage, CallbackPositionReached, CallbackAllData, CallbackNewState,
Variants
Auto Trait Implementations
impl RefUnwindSafe for StepperBrickFunction
impl Send for StepperBrickFunction
impl Sync for StepperBrickFunction
impl Unpin for StepperBrickFunction
impl UnwindSafe for StepperBrickFunction
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self