pub enum RotaryPotiBrickletFunction {
Show 17 variants
GetPosition,
GetAnalogValue,
SetPositionCallbackPeriod,
GetPositionCallbackPeriod,
SetAnalogValueCallbackPeriod,
GetAnalogValueCallbackPeriod,
SetPositionCallbackThreshold,
GetPositionCallbackThreshold,
SetAnalogValueCallbackThreshold,
GetAnalogValueCallbackThreshold,
SetDebouncePeriod,
GetDebouncePeriod,
GetIdentity,
CallbackPosition,
CallbackAnalogValue,
CallbackPositionReached,
CallbackAnalogValueReached,
}
Variants§
GetPosition
GetAnalogValue
SetPositionCallbackPeriod
GetPositionCallbackPeriod
SetAnalogValueCallbackPeriod
GetAnalogValueCallbackPeriod
SetPositionCallbackThreshold
GetPositionCallbackThreshold
SetAnalogValueCallbackThreshold
GetAnalogValueCallbackThreshold
SetDebouncePeriod
GetDebouncePeriod
GetIdentity
CallbackPosition
CallbackAnalogValue
CallbackPositionReached
CallbackAnalogValueReached
Trait Implementations§
Source§impl From<RotaryPotiBrickletFunction> for u8
impl From<RotaryPotiBrickletFunction> for u8
Source§fn from(fun: RotaryPotiBrickletFunction) -> Self
fn from(fun: RotaryPotiBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RotaryPotiBrickletFunction
impl RefUnwindSafe for RotaryPotiBrickletFunction
impl Send for RotaryPotiBrickletFunction
impl Sync for RotaryPotiBrickletFunction
impl Unpin for RotaryPotiBrickletFunction
impl UnwindSafe for RotaryPotiBrickletFunction
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