Struct nuklear_sys::nk_colorf
[−]
[src]
pub struct nk_colorf {
pub r: f32,
pub g: f32,
pub b: f32,
pub a: f32,
}Fields
r: f32
g: f32
b: f32
a: f32
Trait Implementations
impl Debug for nk_colorf[src]
impl Copy for nk_colorf[src]
impl Clone for nk_colorf[src]
fn clone(&self) -> nk_colorf
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