Enum nuklear_rust::NkFontAtlasFormat
[−]
#[repr(i32)]pub enum NkFontAtlasFormat { NK_FONT_ATLAS_ALPHA8, NK_FONT_ATLAS_RGBA32, }
Variants
NK_FONT_ATLAS_ALPHA8NK_FONT_ATLAS_RGBA32Trait Implementations
impl PartialEq<nk_font_atlas_format> for nk_font_atlas_format
fn eq(&self, __arg_0: &nk_font_atlas_format) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
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
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Hash for nk_font_atlas_format
impl Clone for nk_font_atlas_format
fn clone(&self) -> nk_font_atlas_format
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more