Enum nuklear_sys::nk_layout_format [] [src]

pub enum nk_layout_format {
    NK_DYNAMIC,
    NK_STATIC,
}

Variants

Trait Implementations

impl Debug for nk_layout_format
[src]

Formats the value using the given formatter.

impl Copy for nk_layout_format
[src]

impl Clone for nk_layout_format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more