Struct emojicode_sys::Emojicode_Function [] [src]

#[repr(C)]
pub struct Emojicode_Function { pub argumentCount: c_int, pub frameSize: c_int, pub objectVariableRecords: *mut Emojicode_FunctionObjectVariableRecord, pub objectVariableRecordsCount: c_uint, pub context: ContextType, pub block: Emojicode_Block, pub handler: Emojicode_FunctionFunctionPointer, }

Fields

Number of arguments taken by this function

The frame size needed to execute this function.

A native function connect to this function

Trait Implementations

impl Debug for Emojicode_Function
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Emojicode_Function
[src]

impl Clone for Emojicode_Function
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations