Struct nuklear_sys::nk_color
[−]
[src]
pub struct nk_color {
pub r: nk_byte,
pub g: nk_byte,
pub b: nk_byte,
pub a: nk_byte,
}Fields
r: nk_byte
g: nk_byte
b: nk_byte
a: nk_byte
Trait Implementations
impl Debug for nk_color[src]
impl Copy for nk_color[src]
impl Clone for nk_color[src]
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