#[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§
Source§impl Ord for Appset3
impl Ord for Appset3
Source§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
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
)