Enum nuklear_rust::NkFontCoordType []

pub enum NkFontCoordType {
    NK_COORD_UV,
    NK_COORD_PIXEL,
}

Variants

Trait Implementations

impl Clone for nk_font_coord_type

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_font_coord_type

Formats the value using the given formatter.

impl Copy for nk_font_coord_type