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
userdata: nk_handle
alloc: nk_plugin_alloc
free: nk_plugin_free
Trait Implementations
impl Debug for nk_allocator[src]
impl Copy for nk_allocator[src]
impl Clone for nk_allocator[src]
fn clone(&self) -> nk_allocator
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