Enum wren_sys::WrenInterpretResult
[−]
[src]
#[repr(C)]pub enum WrenInterpretResult { Success, CompileError, RuntimeError, }
Variants
SuccessCompileErrorRuntimeErrorTrait Implementations
impl Copy for WrenInterpretResult[src]
impl Clone for WrenInterpretResult[src]
fn clone(&self) -> WrenInterpretResult
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more