#[repr(u8)]pub enum Appset1 {
INACTIVE = 0,
R_ACTIVE_W_ACTIVATE = 1,
}
Variants§
INACTIVE = 0
Application trigger 1 is inactive.
R_ACTIVE_W_ACTIVATE = 1
Application trigger 1 is active.
Implementations§
Trait Implementations§
Source§impl Ord for Appset1
impl Ord for Appset1
Source§impl PartialOrd for Appset1
impl PartialOrd for Appset1
impl Copy for Appset1
impl Eq for Appset1
impl StructuralPartialEq for Appset1
Auto Trait Implementations§
impl Freeze for Appset1
impl RefUnwindSafe for Appset1
impl Send for Appset1
impl Sync for Appset1
impl Unpin for Appset1
impl UnwindSafe for Appset1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)