pub enum ThermocoupleBrickletFunction {
Show 14 variants
GetTemperature,
SetTemperatureCallbackPeriod,
GetTemperatureCallbackPeriod,
SetTemperatureCallbackThreshold,
GetTemperatureCallbackThreshold,
SetDebouncePeriod,
GetDebouncePeriod,
SetConfiguration,
GetConfiguration,
GetErrorState,
GetIdentity,
CallbackTemperature,
CallbackTemperatureReached,
CallbackErrorState,
}
Variants§
GetTemperature
SetTemperatureCallbackPeriod
GetTemperatureCallbackPeriod
SetTemperatureCallbackThreshold
GetTemperatureCallbackThreshold
SetDebouncePeriod
GetDebouncePeriod
SetConfiguration
GetConfiguration
GetErrorState
GetIdentity
CallbackTemperature
CallbackTemperatureReached
CallbackErrorState
Trait Implementations§
Source§impl From<ThermocoupleBrickletFunction> for u8
impl From<ThermocoupleBrickletFunction> for u8
Source§fn from(fun: ThermocoupleBrickletFunction) -> Self
fn from(fun: ThermocoupleBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ThermocoupleBrickletFunction
impl RefUnwindSafe for ThermocoupleBrickletFunction
impl Send for ThermocoupleBrickletFunction
impl Sync for ThermocoupleBrickletFunction
impl Unpin for ThermocoupleBrickletFunction
impl UnwindSafe for ThermocoupleBrickletFunction
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