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]
impl Copy for tagSQRegFunction[src]
impl Clone for tagSQRegFunction[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