Enum nuklear_rust::NkFontAtlasFormat
[−]
[src]
#[repr(i32)]pub enum NkFontAtlasFormat { NK_FONT_ATLAS_ALPHA8, NK_FONT_ATLAS_RGBA32, }
Variants
NK_FONT_ATLAS_ALPHA8NK_FONT_ATLAS_RGBA32Trait Implementations
impl Copy for nk_font_atlas_format[src]
impl Eq for nk_font_atlas_format[src]
impl Hash for nk_font_atlas_format[src]
impl PartialEq<nk_font_atlas_format> for nk_font_atlas_format[src]
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 Debug for nk_font_atlas_format[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for nk_font_atlas_format[src]
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