Enum nuklear_rust::NkLayoutFormat []

pub enum NkLayoutFormat {
    NK_DYNAMIC,
    NK_STATIC,
}

Variants

Trait Implementations

impl Clone for nk_layout_format

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_layout_format

Formats the value using the given formatter.

impl Copy for nk_layout_format