Struct nuklear_rust::NkColor []

pub struct NkColor {
    pub r: u8,
    pub g: u8,
    pub b: u8,
    pub a: u8,
}

Fields

Trait Implementations

impl Clone for nk_color

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for nk_color

Formats the value using the given formatter.

impl Copy for nk_color

impl Default for nk_color

Returns the "default value" for a type. Read more