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

#[repr(C)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more