Struct nuklear_sys::nk_color
[−]
[src]
#[repr(C)]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 Default for nk_color[src]
impl Copy for nk_color[src]
impl Clone for nk_color[src]
fn clone(&self) -> Self
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