Enum wren_sys::WrenErrorType [] [src]

#[repr(u32)]
pub enum WrenErrorType { WREN_ERROR_COMPILE, WREN_ERROR_RUNTIME, WREN_ERROR_STACK_TRACE, }

Variants

Trait Implementations

impl Clone for WrenErrorType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WrenErrorType
[src]