Struct allegro_sys::color::ALLEGRO_COLOR [] [src]

pub struct ALLEGRO_COLOR {
    pub r: f32,
    pub g: f32,
    pub b: f32,
    pub a: f32,
}

Fields

r: f32 g: f32 b: f32 a: f32

Trait Implementations

impl Clone for ALLEGRO_COLOR
[src]

fn clone(&self) -> ALLEGRO_COLOR

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

impl Copy for ALLEGRO_COLOR
[src]