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