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