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]
impl Copy for tagSQStackInfos[src]
impl Clone for tagSQStackInfos[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