Enum kll_core::layout::ProcessError
source · 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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more