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