Struct sdl2_sys::pixels::SDL_Color [] [src]

pub struct SDL_Color {
    pub r: uint8_t,
    pub g: uint8_t,
    pub b: uint8_t,
    pub a: uint8_t,
}

Fields

Trait Implementations

impl Copy for SDL_Color
[src]

impl Clone for SDL_Color
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more