pub enum DistanceUsV2BrickletFunction {
Show 20 variants
GetDistance,
SetDistanceCallbackConfiguration,
GetDistanceCallbackConfiguration,
SetUpdateRate,
GetUpdateRate,
SetDistanceLedConfig,
GetDistanceLedConfig,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackDistance,
}
Variants§
GetDistance
SetDistanceCallbackConfiguration
GetDistanceCallbackConfiguration
SetUpdateRate
GetUpdateRate
SetDistanceLedConfig
GetDistanceLedConfig
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackDistance
Trait Implementations§
Source§impl From<DistanceUsV2BrickletFunction> for u8
impl From<DistanceUsV2BrickletFunction> for u8
Source§fn from(fun: DistanceUsV2BrickletFunction) -> Self
fn from(fun: DistanceUsV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DistanceUsV2BrickletFunction
impl RefUnwindSafe for DistanceUsV2BrickletFunction
impl Send for DistanceUsV2BrickletFunction
impl Sync for DistanceUsV2BrickletFunction
impl Unpin for DistanceUsV2BrickletFunction
impl UnwindSafe for DistanceUsV2BrickletFunction
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