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

Trait Implementations

impl Debug for tagSQFunctionInfo
[src]

Formats the value using the given formatter.

impl Copy for tagSQFunctionInfo
[src]

impl Clone for tagSQFunctionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more