Struct squirrel_sys::tagSQObject [] [src]

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

Fields

Trait Implementations

impl Debug for tagSQObject
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for tagSQObject
[src]

impl Clone for tagSQObject
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for tagSQObject

impl !Sync for tagSQObject