Struct nuklear_sys::nk_allocator
[−]
[src]
#[repr(C)]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) -> Self
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