pub enum SoundIntensityBrickletFunction {
GetIntensity,
SetIntensityCallbackPeriod,
GetIntensityCallbackPeriod,
SetIntensityCallbackThreshold,
GetIntensityCallbackThreshold,
SetDebouncePeriod,
GetDebouncePeriod,
GetIdentity,
CallbackIntensity,
CallbackIntensityReached,
}
Variants§
GetIntensity
SetIntensityCallbackPeriod
GetIntensityCallbackPeriod
SetIntensityCallbackThreshold
GetIntensityCallbackThreshold
SetDebouncePeriod
GetDebouncePeriod
GetIdentity
CallbackIntensity
CallbackIntensityReached
Trait Implementations§
Source§impl From<SoundIntensityBrickletFunction> for u8
impl From<SoundIntensityBrickletFunction> for u8
Source§fn from(fun: SoundIntensityBrickletFunction) -> Self
fn from(fun: SoundIntensityBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SoundIntensityBrickletFunction
impl RefUnwindSafe for SoundIntensityBrickletFunction
impl Send for SoundIntensityBrickletFunction
impl Sync for SoundIntensityBrickletFunction
impl Unpin for SoundIntensityBrickletFunction
impl UnwindSafe for SoundIntensityBrickletFunction
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