pub enum ProcessError {
FailedOffStatePush,
FailedLookupStateInsert,
FailedTriggerComboEvalStateInsert,
}
Variants§
FailedOffStatePush
MAX_OFF_STATE_LOOKUP is too small
FailedLookupStateInsert
STATE_SIZE is too small
FailedTriggerComboEvalStateInsert
MAX_ACTIVE_TRIGGERS is too small
Trait Implementations§
Source§impl Clone for ProcessError
impl Clone for ProcessError
Source§fn clone(&self) -> ProcessError
fn clone(&self) -> ProcessError
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProcessError
impl Debug for ProcessError
Source§impl PartialEq for ProcessError
impl PartialEq for ProcessError
impl Copy for ProcessError
impl Eq for ProcessError
impl StructuralPartialEq for ProcessError
Auto Trait Implementations§
impl Freeze for ProcessError
impl RefUnwindSafe for ProcessError
impl Send for ProcessError
impl Sync for ProcessError
impl Unpin for ProcessError
impl UnwindSafe for ProcessError
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