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]
impl Copy for tagSQObject[src]
impl Clone for tagSQObject[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more