Struct squirrel::SQFunctionInfo [] [src]

#[repr(C)]
pub struct SQFunctionInfo { pub funcid: SQUserPointer, pub name: *const SQChar, pub source: *const SQChar, }

Fields

Trait Implementations

impl Copy for SQFunctionInfo
[src]

impl Clone for SQFunctionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SQFunctionInfo
[src]

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