Struct capstone_sys::cs_opt_mem [] [src]

pub struct cs_opt_mem {
    pub malloc: cs_malloc_t,
    pub calloc: cs_calloc_t,
    pub realloc: cs_realloc_t,
    pub free: cs_free_t,
    pub vsnprintf: cs_vsnprintf_t,
}

Fields

malloc
calloc
realloc
free
vsnprintf

Trait Implementations

impl Default for cs_opt_mem
[src]

fn default() -> Self

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