Struct nuklear_rust::NkColor
[−]
pub struct NkColor {
pub r: u8,
pub g: u8,
pub b: u8,
pub a: u8,
}Fields
r: u8
g: u8
b: u8
a: u8
Trait Implementations
impl Clone for nk_color
fn clone(&self) -> nk_color
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
impl Debug for nk_color
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.