Struct squirrel_sys::tagSQObject
[−]
[src]
#[repr(C)]pub struct tagSQObject { pub _type: SQObjectType, pub _unVal: SQObjectValue, }
Fields
_type: SQObjectType
_unVal: SQObjectValue
Trait Implementations
impl Debug for tagSQObject[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more