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

Trait Implementations

impl Debug for nk_color
[src]

Formats the value using the given formatter.

impl Default for nk_color
[src]

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

impl Copy for nk_color
[src]

impl Clone for nk_color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more