pub enum RotaryEncoderV2BrickletFunction {
Show 19 variants
GetCount,
SetCountCallbackConfiguration,
GetCountCallbackConfiguration,
IsPressed,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackCount,
CallbackPressed,
CallbackReleased,
}
Variants§
GetCount
SetCountCallbackConfiguration
GetCountCallbackConfiguration
IsPressed
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackCount
CallbackPressed
CallbackReleased
Trait Implementations§
Source§impl From<RotaryEncoderV2BrickletFunction> for u8
impl From<RotaryEncoderV2BrickletFunction> for u8
Source§fn from(fun: RotaryEncoderV2BrickletFunction) -> Self
fn from(fun: RotaryEncoderV2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RotaryEncoderV2BrickletFunction
impl RefUnwindSafe for RotaryEncoderV2BrickletFunction
impl Send for RotaryEncoderV2BrickletFunction
impl Sync for RotaryEncoderV2BrickletFunction
impl Unpin for RotaryEncoderV2BrickletFunction
impl UnwindSafe for RotaryEncoderV2BrickletFunction
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