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