Struct squirrel_sys::tagSQFunctionInfo
[−]
[src]
#[repr(C)]pub struct tagSQFunctionInfo { pub funcid: SQUserPointer, pub name: *const SQChar, pub source: *const SQChar, pub line: SQInteger, }
Fields
funcid: SQUserPointer
name: *const SQChar
source: *const SQChar
line: SQInteger
Trait Implementations
impl Debug for tagSQFunctionInfo[src]
impl Copy for tagSQFunctionInfo[src]
impl Clone for tagSQFunctionInfo[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