Struct nuklear_sys::nk_pool [] [src]

#[repr(C)]
pub struct nk_pool { pub alloc: nk_allocator, pub type_: nk_allocation_type, pub page_count: c_uint, pub pages: *mut nk_page, pub freelist: *mut nk_page_element, pub capacity: c_uint, pub size: nk_size, pub cap: nk_size, }

Fields

Trait Implementations

impl Debug for nk_pool
[src]

Formats the value using the given formatter.

impl Copy for nk_pool
[src]

impl Clone for nk_pool
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_pool
[src]

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