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