Struct duktape_sys::duk_memory_functions
[−]
[src]
pub struct duk_memory_functions {
pub alloc_func: duk_alloc_function,
pub realloc_func: duk_realloc_function,
pub free_func: duk_free_function,
pub udata: *mut c_void,
}Fields
alloc_func | |
realloc_func | |
free_func | |
udata |
Trait Implementations
impl Default for duk_memory_functions[src]
Derived Implementations
impl Clone for duk_memory_functions[src]
fn clone(&self) -> duk_memory_functions
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