pub enum LoadCellV2BrickletFunction {
Show 24 variants
GetWeight,
SetWeightCallbackConfiguration,
GetWeightCallbackConfiguration,
SetMovingAverage,
GetMovingAverage,
SetInfoLedConfig,
GetInfoLedConfig,
Calibrate,
Tare,
SetConfiguration,
GetConfiguration,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackWeight,
}
Variants§
GetWeight
SetWeightCallbackConfiguration
GetWeightCallbackConfiguration
SetMovingAverage
GetMovingAverage
SetInfoLedConfig
GetInfoLedConfig
Calibrate
Tare
SetConfiguration
GetConfiguration
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackWeight
Trait Implementations§
Source§impl From<LoadCellV2BrickletFunction> for u8
impl From<LoadCellV2BrickletFunction> for u8
Source§fn from(fun: LoadCellV2BrickletFunction) -> Self
fn from(fun: LoadCellV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LoadCellV2BrickletFunction
impl RefUnwindSafe for LoadCellV2BrickletFunction
impl Send for LoadCellV2BrickletFunction
impl Sync for LoadCellV2BrickletFunction
impl Unpin for LoadCellV2BrickletFunction
impl UnwindSafe for LoadCellV2BrickletFunction
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