Struct sl_gx::Color [] [src]

pub struct Color {
    pub value: u32,
}

Fields

Methods

impl Color
[src]

[src]

Trait Implementations

impl Clone for Color
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Color
[src]

Auto Trait Implementations

impl Send for Color

impl Sync for Color