Struct squirrel_sys::tagSQObject [] [src]

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

Fields

Trait Implementations

impl Debug for tagSQObject
[src]

Formats the value using the given formatter.

impl Copy for tagSQObject
[src]

impl Clone for tagSQObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more