Enum hexagon_e::error::ExecuteError
[−]
[src]
#[repr(u8)]pub enum ExecuteError { Generic, Bounds, Unreachable, IllegalOpcode, InvalidNativeInvoke, NotSupported, InvalidInput, ExecutionLimit, MemoryLimit, SlotLimit, FatalSignal, Fuse, }
Variants
GenericBoundsUnreachableIllegalOpcodeInvalidNativeInvokeNotSupportedInvalidInputExecutionLimitMemoryLimitSlotLimitFatalSignalFuse
Methods
impl ExecuteError[src]
Trait Implementations
impl Copy for ExecuteError[src]
impl Clone for ExecuteError[src]
fn clone(&self) -> ExecuteError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more