pub enum LedStripBrickletFunction {
Show 18 variants
SetRgbValues,
GetRgbValues,
SetFrameDuration,
GetFrameDuration,
GetSupplyVoltage,
SetClockFrequency,
GetClockFrequency,
SetChipType,
GetChipType,
SetRgbwValues,
GetRgbwValues,
SetChannelMapping,
GetChannelMapping,
EnableFrameRenderedCallback,
DisableFrameRenderedCallback,
IsFrameRenderedCallbackEnabled,
GetIdentity,
CallbackFrameRendered,
}
Variants§
SetRgbValues
GetRgbValues
SetFrameDuration
GetFrameDuration
GetSupplyVoltage
SetClockFrequency
GetClockFrequency
SetChipType
GetChipType
SetRgbwValues
GetRgbwValues
SetChannelMapping
GetChannelMapping
EnableFrameRenderedCallback
DisableFrameRenderedCallback
IsFrameRenderedCallbackEnabled
GetIdentity
CallbackFrameRendered
Trait Implementations§
Source§impl From<LedStripBrickletFunction> for u8
impl From<LedStripBrickletFunction> for u8
Source§fn from(fun: LedStripBrickletFunction) -> Self
fn from(fun: LedStripBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LedStripBrickletFunction
impl RefUnwindSafe for LedStripBrickletFunction
impl Send for LedStripBrickletFunction
impl Sync for LedStripBrickletFunction
impl Unpin for LedStripBrickletFunction
impl UnwindSafe for LedStripBrickletFunction
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