Enum nuklear_rust::NkFontAtlasFormat []

pub enum NkFontAtlasFormat {
    NK_FONT_ATLAS_ALPHA8,
    NK_FONT_ATLAS_RGBA32,
}

Variants

Trait Implementations

impl Clone for nk_font_atlas_format

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for nk_font_atlas_format

impl Debug for nk_font_atlas_format

Formats the value using the given formatter.