Enum squirrel::SQObjectType [] [src]

#[repr(u32)]
pub enum SQObjectType { OT_NULL, OT_INTEGER, OT_FLOAT, OT_BOOL, OT_STRING, OT_TABLE, OT_ARRAY, OT_USERDATA, OT_CLOSURE, OT_NATIVECLOSURE, OT_GENERATOR, OT_USERPOINTER, OT_THREAD, OT_CLASS, OT_INSTANCE, OT_WEAKREF, }

Variants

Trait Implementations

impl Copy for SQObjectType
[src]

impl Clone for SQObjectType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more