pub enum LaserRangeFinderV2BrickletFunction {
Show 30 variants
GetDistance,
SetDistanceCallbackConfiguration,
GetDistanceCallbackConfiguration,
GetVelocity,
SetVelocityCallbackConfiguration,
GetVelocityCallbackConfiguration,
SetEnable,
GetEnable,
SetConfiguration,
GetConfiguration,
SetMovingAverage,
GetMovingAverage,
SetOffsetCalibration,
GetOffsetCalibration,
SetDistanceLedConfig,
GetDistanceLedConfig,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackDistance,
CallbackVelocity,
}
Variants§
GetDistance
SetDistanceCallbackConfiguration
GetDistanceCallbackConfiguration
GetVelocity
SetVelocityCallbackConfiguration
GetVelocityCallbackConfiguration
SetEnable
GetEnable
SetConfiguration
GetConfiguration
SetMovingAverage
GetMovingAverage
SetOffsetCalibration
GetOffsetCalibration
SetDistanceLedConfig
GetDistanceLedConfig
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackDistance
CallbackVelocity
Trait Implementations§
Source§impl From<LaserRangeFinderV2BrickletFunction> for u8
impl From<LaserRangeFinderV2BrickletFunction> for u8
Source§fn from(fun: LaserRangeFinderV2BrickletFunction) -> Self
fn from(fun: LaserRangeFinderV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LaserRangeFinderV2BrickletFunction
impl RefUnwindSafe for LaserRangeFinderV2BrickletFunction
impl Send for LaserRangeFinderV2BrickletFunction
impl Sync for LaserRangeFinderV2BrickletFunction
impl Unpin for LaserRangeFinderV2BrickletFunction
impl UnwindSafe for LaserRangeFinderV2BrickletFunction
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