Struct squirrel::SQObject [] [src]

#[repr(C)]
pub struct SQObject { pub _type: SQObjectType, pub _unVal: SQObjectValue, }

Fields

Trait Implementations

impl Copy for SQObject
[src]

impl Clone for SQObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SQObject
[src]

Returns the "default value" for a type. Read more