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

Trait Implementations

impl Debug for nk_buffer
[src]

Formats the value using the given formatter.

impl Copy for nk_buffer
[src]

impl Clone for nk_buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_buffer
[src]

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