Struct sdl2_sys::SDL_Palette [] [src]

#[repr(C)]
pub struct SDL_Palette { pub ncolors: c_int, pub colors: *mut SDL_Color, pub version: Uint32, pub refcount: c_int, }

Fields

Trait Implementations

impl Debug for SDL_Palette
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_Palette
[src]

impl Clone for SDL_Palette
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more