pub enum LineBrickletFunction {
GetReflectivity,
SetReflectivityCallbackPeriod,
GetReflectivityCallbackPeriod,
SetReflectivityCallbackThreshold,
GetReflectivityCallbackThreshold,
SetDebouncePeriod,
GetDebouncePeriod,
GetIdentity,
CallbackReflectivity,
CallbackReflectivityReached,
}
Variants§
GetReflectivity
SetReflectivityCallbackPeriod
GetReflectivityCallbackPeriod
SetReflectivityCallbackThreshold
GetReflectivityCallbackThreshold
SetDebouncePeriod
GetDebouncePeriod
GetIdentity
CallbackReflectivity
CallbackReflectivityReached
Trait Implementations§
Source§impl From<LineBrickletFunction> for u8
impl From<LineBrickletFunction> for u8
Source§fn from(fun: LineBrickletFunction) -> Self
fn from(fun: LineBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LineBrickletFunction
impl RefUnwindSafe for LineBrickletFunction
impl Send for LineBrickletFunction
impl Sync for LineBrickletFunction
impl Unpin for LineBrickletFunction
impl UnwindSafe for LineBrickletFunction
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