Enum hexagon_e::error::ExecuteError [] [src]

#[repr(u8)]
pub enum ExecuteError { Generic, Bounds, Unreachable, IllegalOpcode, InvalidNativeInvoke, NotSupported, InvalidInput, ExecutionLimit, MemoryLimit, SlotLimit, FatalSignal, Fuse, DivideByZero, }

Variants

Methods

impl ExecuteError
[src]

[src]

Trait Implementations

impl Copy for ExecuteError
[src]

impl Clone for ExecuteError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExecuteError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ExecuteError

impl Sync for ExecuteError