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

Trait Implementations

impl Debug for tagSQRegFunction
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for tagSQRegFunction
[src]

impl Clone for tagSQRegFunction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations