Enum nuklear_rust::NkColorFormat []

pub enum NkColorFormat {
    NK_RGB,
    NK_RGBA,
}

Variants

Trait Implementations

impl Clone for nk_color_format

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_color_format

impl Debug for nk_color_format

Formats the value using the given formatter.