pub enum DustDetectorBrickletFunction {
GetDustDensity,
SetDustDensityCallbackPeriod,
GetDustDensityCallbackPeriod,
SetDustDensityCallbackThreshold,
GetDustDensityCallbackThreshold,
SetDebouncePeriod,
GetDebouncePeriod,
SetMovingAverage,
GetMovingAverage,
GetIdentity,
CallbackDustDensity,
CallbackDustDensityReached,
}
Variants§
GetDustDensity
SetDustDensityCallbackPeriod
GetDustDensityCallbackPeriod
SetDustDensityCallbackThreshold
GetDustDensityCallbackThreshold
SetDebouncePeriod
GetDebouncePeriod
SetMovingAverage
GetMovingAverage
GetIdentity
CallbackDustDensity
CallbackDustDensityReached
Trait Implementations§
Source§impl From<DustDetectorBrickletFunction> for u8
impl From<DustDetectorBrickletFunction> for u8
Source§fn from(fun: DustDetectorBrickletFunction) -> Self
fn from(fun: DustDetectorBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DustDetectorBrickletFunction
impl RefUnwindSafe for DustDetectorBrickletFunction
impl Send for DustDetectorBrickletFunction
impl Sync for DustDetectorBrickletFunction
impl Unpin for DustDetectorBrickletFunction
impl UnwindSafe for DustDetectorBrickletFunction
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