Enum nuklear_sys::nk_color_format [] [src]

pub enum nk_color_format {
    NK_RGB,
    NK_RGBA,
}

Variants

Trait Implementations

impl Debug for nk_color_format
[src]

Formats the value using the given formatter.

impl Copy for nk_color_format
[src]

impl Clone for nk_color_format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more