Struct squirrel_sys::tagSQStackInfos
[−]
[src]
#[repr(C)]pub struct tagSQStackInfos { pub funcname: *const SQChar, pub source: *const SQChar, pub line: SQInteger, }
Fields
funcname: *const SQChar
source: *const SQChar
line: SQInteger
Trait Implementations
impl Debug for tagSQStackInfos[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more