Struct nuklear::Color[][src]

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

Fields

Trait Implementations

impl Clone for nk_color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for nk_color
[src]

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

impl Debug for nk_color
[src]

Formats the value using the given formatter. Read more

impl Copy for nk_color
[src]

Auto Trait Implementations

impl Send for nk_color

impl Sync for nk_color