#[repr(u8)]pub enum Aodo {
Activate = 1,
On = 2,
Deactivate = 3,
Off = 0,
Passthrough = 8,
}
Expand description
AODO - Activate/On/Deactivate/Off Generally used for maintained switches
Variants§
Activate = 1
On = 2
Deactivate = 3
Off = 0
Passthrough = 8
Passthrough TriggerEvent state Only used for TriggerConditions
Implementations§
Trait Implementations§
impl Copy for Aodo
impl Eq for Aodo
impl StructuralPartialEq for Aodo
Auto Trait Implementations§
impl Freeze for Aodo
impl RefUnwindSafe for Aodo
impl Send for Aodo
impl Sync for Aodo
impl Unpin for Aodo
impl UnwindSafe for Aodo
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