Enum nuklear_rust::NkFontAtlasFormat []

#[repr(i32)]
pub enum NkFontAtlasFormat { NK_FONT_ATLAS_ALPHA8, NK_FONT_ATLAS_RGBA32, }

Variants

Trait Implementations

impl PartialEq<nk_font_atlas_format> for nk_font_atlas_format

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for nk_font_atlas_format

impl Copy for nk_font_atlas_format

impl Debug for nk_font_atlas_format

Formats the value using the given formatter.

impl Hash for nk_font_atlas_format

impl Clone for nk_font_atlas_format

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more