Struct sdl2_sys::SDL_Color [] [src]

#[repr(C)]
pub struct SDL_Color { pub r: Uint8, pub g: Uint8, pub b: Uint8, pub a: Uint8, }

Fields

Trait Implementations

impl Debug for SDL_Color
[src]

[src]

Formats the value using the given formatter.

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