Enum nuklear_sys::nk_buffer_allocation_type [] [src]

pub enum nk_buffer_allocation_type {
    NK_BUFFER_FRONT,
    NK_BUFFER_BACK,
    NK_BUFFER_MAX,
}

Variants

Trait Implementations

impl Debug for nk_buffer_allocation_type
[src]

Formats the value using the given formatter.

impl Copy for nk_buffer_allocation_type
[src]

impl Clone for nk_buffer_allocation_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more