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