Struct squirrel_sys::tagSQStackInfos [] [src]

#[repr(C)]
pub struct tagSQStackInfos { pub funcname: *const SQChar, pub source: *const SQChar, pub line: SQInteger, }

Fields

Trait Implementations

impl Debug for tagSQStackInfos
[src]

Formats the value using the given formatter.

impl Copy for tagSQStackInfos
[src]

impl Clone for tagSQStackInfos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more