pub enum RgbLedBrickletFunction {
SetRgbValue,
GetRgbValue,
GetIdentity,
}
Variants§
Trait Implementations§
Source§impl From<RgbLedBrickletFunction> for u8
impl From<RgbLedBrickletFunction> for u8
Source§fn from(fun: RgbLedBrickletFunction) -> Self
fn from(fun: RgbLedBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RgbLedBrickletFunction
impl RefUnwindSafe for RgbLedBrickletFunction
impl Send for RgbLedBrickletFunction
impl Sync for RgbLedBrickletFunction
impl Unpin for RgbLedBrickletFunction
impl UnwindSafe for RgbLedBrickletFunction
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