Struct nuklear_sys::nk_pool
[−]
[src]
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
alloc: nk_allocator
type_: nk_allocation_type
page_count: c_uint
pages: *mut nk_page
freelist: *mut nk_page_element
capacity: c_uint
size: nk_size
cap: nk_size
Trait Implementations
impl Debug for nk_pool[src]
impl Copy for nk_pool[src]
impl Clone for nk_pool[src]
fn clone(&self) -> nk_pool
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