Enum tinkerforge_async::industrial_dual_analog_in_bricklet::IndustrialDualAnalogInBrickletFunction
source · pub enum IndustrialDualAnalogInBrickletFunction {
Show 15 variants
GetVoltage,
SetVoltageCallbackPeriod,
GetVoltageCallbackPeriod,
SetVoltageCallbackThreshold,
GetVoltageCallbackThreshold,
SetDebouncePeriod,
GetDebouncePeriod,
SetSampleRate,
GetSampleRate,
SetCalibration,
GetCalibration,
GetAdcValues,
GetIdentity,
CallbackVoltage,
CallbackVoltageReached,
}Variants§
GetVoltage
SetVoltageCallbackPeriod
GetVoltageCallbackPeriod
SetVoltageCallbackThreshold
GetVoltageCallbackThreshold
SetDebouncePeriod
GetDebouncePeriod
SetSampleRate
GetSampleRate
SetCalibration
GetCalibration
GetAdcValues
GetIdentity
CallbackVoltage
CallbackVoltageReached
Trait Implementations§
source§impl From<IndustrialDualAnalogInBrickletFunction> for u8
impl From<IndustrialDualAnalogInBrickletFunction> for u8
source§fn from(fun: IndustrialDualAnalogInBrickletFunction) -> Self
fn from(fun: IndustrialDualAnalogInBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for IndustrialDualAnalogInBrickletFunction
impl Send for IndustrialDualAnalogInBrickletFunction
impl Sync for IndustrialDualAnalogInBrickletFunction
impl Unpin for IndustrialDualAnalogInBrickletFunction
impl UnwindSafe for IndustrialDualAnalogInBrickletFunction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more