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]
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