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