Enum wren_sys::WrenInterpretResult
[−]
[src]
#[repr(u32)]pub enum WrenInterpretResult { WREN_RESULT_SUCCESS, WREN_RESULT_COMPILE_ERROR, WREN_RESULT_RUNTIME_ERROR, }
Variants
WREN_RESULT_SUCCESSWREN_RESULT_COMPILE_ERRORWREN_RESULT_RUNTIME_ERRORTrait Implementations
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