pub enum MotionDetectorBrickletFunction {
GetMotionDetected,
SetStatusLedConfig,
GetStatusLedConfig,
GetIdentity,
CallbackMotionDetected,
CallbackDetectionCycleEnded,
}
Variants§
GetMotionDetected
SetStatusLedConfig
GetStatusLedConfig
GetIdentity
CallbackMotionDetected
CallbackDetectionCycleEnded
Trait Implementations§
Source§impl From<MotionDetectorBrickletFunction> for u8
impl From<MotionDetectorBrickletFunction> for u8
Source§fn from(fun: MotionDetectorBrickletFunction) -> Self
fn from(fun: MotionDetectorBrickletFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MotionDetectorBrickletFunction
impl RefUnwindSafe for MotionDetectorBrickletFunction
impl Send for MotionDetectorBrickletFunction
impl Sync for MotionDetectorBrickletFunction
impl Unpin for MotionDetectorBrickletFunction
impl UnwindSafe for MotionDetectorBrickletFunction
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