Enum Appset2
#[repr(u8)]pub enum Appset2 {
INACTIVE = 0,
R_ACTIVE_W_ACTIVATE = 1,
}
Variants§
INACTIVE = 0
Application trigger 2 is inactive.
R_ACTIVE_W_ACTIVATE = 1
Application trigger 2 is active.
Implementations§
Trait Implementations§
§impl Ord for Appset2
impl Ord for Appset2
§impl PartialOrd for Appset2
impl PartialOrd for Appset2
impl Copy for Appset2
impl Eq for Appset2
impl StructuralPartialEq for Appset2
Auto Trait Implementations§
impl Freeze for Appset2
impl RefUnwindSafe for Appset2
impl Send for Appset2
impl Sync for Appset2
impl Unpin for Appset2
impl UnwindSafe for Appset2
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