pub enum SegmentDisplay4x7V2BrickletFunction {
Show 22 variants
SetSegments,
GetSegments,
SetBrightness,
GetBrightness,
SetNumericValue,
SetSelectedSegment,
GetSelectedSegment,
StartCounter,
GetCounterValue,
GetSpitfpErrorCount,
SetBootloaderMode,
GetBootloaderMode,
SetWriteFirmwarePointer,
WriteFirmware,
SetStatusLedConfig,
GetStatusLedConfig,
GetChipTemperature,
Reset,
WriteUid,
ReadUid,
GetIdentity,
CallbackCounterFinished,
}
Variants§
SetSegments
GetSegments
SetBrightness
GetBrightness
SetNumericValue
SetSelectedSegment
GetSelectedSegment
StartCounter
GetCounterValue
GetSpitfpErrorCount
SetBootloaderMode
GetBootloaderMode
SetWriteFirmwarePointer
WriteFirmware
SetStatusLedConfig
GetStatusLedConfig
GetChipTemperature
Reset
WriteUid
ReadUid
GetIdentity
CallbackCounterFinished
Trait Implementations§
Source§impl From<SegmentDisplay4x7V2BrickletFunction> for u8
impl From<SegmentDisplay4x7V2BrickletFunction> for u8
Source§fn from(fun: SegmentDisplay4x7V2BrickletFunction) -> Self
fn from(fun: SegmentDisplay4x7V2BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SegmentDisplay4x7V2BrickletFunction
impl RefUnwindSafe for SegmentDisplay4x7V2BrickletFunction
impl Send for SegmentDisplay4x7V2BrickletFunction
impl Sync for SegmentDisplay4x7V2BrickletFunction
impl Unpin for SegmentDisplay4x7V2BrickletFunction
impl UnwindSafe for SegmentDisplay4x7V2BrickletFunction
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