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