Enum wren_sys::WrenType [] [src]

#[repr(u32)]
pub enum WrenType { WREN_TYPE_BOOL, WREN_TYPE_NUM, WREN_TYPE_FOREIGN, WREN_TYPE_LIST, WREN_TYPE_NULL, WREN_TYPE_STRING, WREN_TYPE_UNKNOWN, }

Variants

Trait Implementations

impl Clone for WrenType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WrenType
[src]