Struct nuklear_rust::NkColor []

#[repr(C)]
pub struct NkColor { pub r: u8, pub g: u8, pub b: u8, pub a: u8, }

Fields

Trait Implementations

impl Default for nk_color

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

impl Copy for nk_color

impl Debug for nk_color

Formats the value using the given formatter.

impl Clone for nk_color

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more