Struct nuklear_sys::nk_colorf [] [src]

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

Fields

Trait Implementations

impl Debug for nk_colorf
[src]

Formats the value using the given formatter.

impl Default for nk_colorf
[src]

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

impl Copy for nk_colorf
[src]

impl Clone for nk_colorf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more