Struct squirrel::SQRegFunction [] [src]

#[repr(C)]
pub struct SQRegFunction { pub name: *const SQChar, pub f: SQFUNCTION, pub nparamscheck: SQInteger, pub typemask: *const SQChar, }

Fields

Trait Implementations

impl Copy for SQRegFunction
[src]

impl Clone for SQRegFunction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SQRegFunction
[src]

Returns the "default value" for a type. Read more