Struct duktape_sys::duk_function_list_entry [] [src]

pub struct duk_function_list_entry {
    pub key: *const c_char,
    pub value: duk_c_function,
    pub nargs: duk_idx_t,
    // some fields omitted
}

Fields

key
value
nargs

Trait Implementations

impl Default for duk_function_list_entry
[src]

fn default() -> Self

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

Derived Implementations

impl Clone for duk_function_list_entry
[src]

fn clone(&self) -> duk_function_list_entry

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

impl Copy for duk_function_list_entry
[src]

impl Debug for duk_function_list_entry
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.