Struct nuklear_sys::nk_buffer
[−]
[src]
pub struct nk_buffer {
pub marker: [nk_buffer_marker; 2],
pub pool: nk_allocator,
pub type_: nk_allocation_type,
pub memory: nk_memory,
pub grow_factor: f32,
pub allocated: nk_size,
pub needed: nk_size,
pub calls: nk_size,
pub size: nk_size,
}Fields
marker: [nk_buffer_marker; 2]
pool: nk_allocator
type_: nk_allocation_type
memory: nk_memory
grow_factor: f32
allocated: nk_size
needed: nk_size
calls: nk_size
size: nk_size
Trait Implementations
impl Debug for nk_buffer[src]
impl Copy for nk_buffer[src]
impl Clone for nk_buffer[src]
fn clone(&self) -> nk_buffer
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