Enum nuklear_rust::NkColorFormat []

#[repr(i32)]
pub enum NkColorFormat { NK_RGB, NK_RGBA, }

Variants

Trait Implementations

impl PartialEq<nk_color_format> for nk_color_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_color_format

impl Copy for nk_color_format

impl Debug for nk_color_format

Formats the value using the given formatter.

impl Hash for nk_color_format

impl Clone for nk_color_format

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more