Enum wren_sys::WrenInterpretResult [] [src]

#[repr(u32)]
pub enum WrenInterpretResult { WREN_RESULT_SUCCESS, WREN_RESULT_COMPILE_ERROR, WREN_RESULT_RUNTIME_ERROR, }

Variants

Trait Implementations

impl Clone for WrenInterpretResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WrenInterpretResult
[src]

impl Debug for WrenInterpretResult
[src]

Formats the value using the given formatter.

impl PartialEq for WrenInterpretResult
[src]

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

This method tests for !=.