#[repr(u8)]
pub enum Aodo {
Activate,
On,
Deactivate,
Off,
Passthrough,
}
Expand description
AODO - Activate/On/Deactivate/Off Generally used for maintained switches
Variants
Activate
On
Deactivate
Off
Passthrough
Passthrough TriggerEvent state Only used for TriggerConditions
Implementations
Trait Implementations
impl Copy for Aodo
impl Eq for Aodo
impl StructuralEq for Aodo
impl StructuralPartialEq for Aodo
Auto Trait Implementations
impl RefUnwindSafe for Aodo
impl Send for Aodo
impl Sync for Aodo
impl Unpin for Aodo
impl UnwindSafe for Aodo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more