Enum gluon_vm::thread::Status[][src]

#[repr(C)]
pub enum Status { Ok, Yield, Error, }

Enum signaling a successful or unsuccess ful call to an extern function. If an error occured the error message is expected to be on the top of the stack.

Variants

Trait Implementations

impl Eq for Status
[src]

impl PartialEq for Status
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Status

impl Sync for Status