Struct nuklear_sys::nk_allocator [] [src]

pub struct nk_allocator {
    pub userdata: nk_handle,
    pub alloc: nk_plugin_alloc,
    pub free: nk_plugin_free,
}

Fields

Trait Implementations

impl Debug for nk_allocator
[src]

Formats the value using the given formatter.

impl Copy for nk_allocator
[src]

impl Clone for nk_allocator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_allocator
[src]

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