Struct squirrel_sys::SQInstance [] [src]

#[repr(C)]
pub struct SQInstance(_);

Trait Implementations

impl Debug for SQInstance
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for SQInstance
[src]

impl Clone for SQInstance
[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 SQInstance

impl Sync for SQInstance