pub enum Current25BrickletFunction {
Show 20 variants
GetCurrent,
Calibrate,
IsOverCurrent,
GetAnalogValue,
SetCurrentCallbackPeriod,
GetCurrentCallbackPeriod,
SetAnalogValueCallbackPeriod,
GetAnalogValueCallbackPeriod,
SetCurrentCallbackThreshold,
GetCurrentCallbackThreshold,
SetAnalogValueCallbackThreshold,
GetAnalogValueCallbackThreshold,
SetDebouncePeriod,
GetDebouncePeriod,
GetIdentity,
CallbackCurrent,
CallbackAnalogValue,
CallbackCurrentReached,
CallbackAnalogValueReached,
CallbackOverCurrent,
}
Variants§
GetCurrent
Calibrate
IsOverCurrent
GetAnalogValue
SetCurrentCallbackPeriod
GetCurrentCallbackPeriod
SetAnalogValueCallbackPeriod
GetAnalogValueCallbackPeriod
SetCurrentCallbackThreshold
GetCurrentCallbackThreshold
SetAnalogValueCallbackThreshold
GetAnalogValueCallbackThreshold
SetDebouncePeriod
GetDebouncePeriod
GetIdentity
CallbackCurrent
CallbackAnalogValue
CallbackCurrentReached
CallbackAnalogValueReached
CallbackOverCurrent
Trait Implementations§
Source§impl From<Current25BrickletFunction> for u8
impl From<Current25BrickletFunction> for u8
Source§fn from(fun: Current25BrickletFunction) -> Self
fn from(fun: Current25BrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Current25BrickletFunction
impl RefUnwindSafe for Current25BrickletFunction
impl Send for Current25BrickletFunction
impl Sync for Current25BrickletFunction
impl Unpin for Current25BrickletFunction
impl UnwindSafe for Current25BrickletFunction
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