pub enum RotaryEncoderBrickletFunction {
Show 13 variants
GetCount,
SetCountCallbackPeriod,
GetCountCallbackPeriod,
SetCountCallbackThreshold,
GetCountCallbackThreshold,
SetDebouncePeriod,
GetDebouncePeriod,
IsPressed,
GetIdentity,
CallbackCount,
CallbackCountReached,
CallbackPressed,
CallbackReleased,
}
Variants§
GetCount
SetCountCallbackPeriod
GetCountCallbackPeriod
SetCountCallbackThreshold
GetCountCallbackThreshold
SetDebouncePeriod
GetDebouncePeriod
IsPressed
GetIdentity
CallbackCount
CallbackCountReached
CallbackPressed
CallbackReleased
Trait Implementations§
Source§impl From<RotaryEncoderBrickletFunction> for u8
impl From<RotaryEncoderBrickletFunction> for u8
Source§fn from(fun: RotaryEncoderBrickletFunction) -> Self
fn from(fun: RotaryEncoderBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RotaryEncoderBrickletFunction
impl RefUnwindSafe for RotaryEncoderBrickletFunction
impl Send for RotaryEncoderBrickletFunction
impl Sync for RotaryEncoderBrickletFunction
impl Unpin for RotaryEncoderBrickletFunction
impl UnwindSafe for RotaryEncoderBrickletFunction
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