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]

fn default() -> Self

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

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

impl Copy for duk_memory_functions
[src]

impl Debug for duk_memory_functions
[src]

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

Formats the value using the given formatter.