Enum nuklear_sys::nk_allocation_type [] [src]

pub enum nk_allocation_type {
    NK_BUFFER_FIXED,
    NK_BUFFER_DYNAMIC,
}

Variants

Trait Implementations

impl Debug for nk_allocation_type
[src]

Formats the value using the given formatter.

impl Copy for nk_allocation_type
[src]

impl Clone for nk_allocation_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more