Struct sdl2::pixels::ll::SDL_Palette[src]
pub struct SDL_Palette { pub ncolors: c_int, pub colors: *SDL_Color, pub version: uint32_t, pub refcount: c_int, }
Fields
ncolors | |
colors | |
version | |
refcount |
pub struct SDL_Palette { pub ncolors: c_int, pub colors: *SDL_Color, pub version: uint32_t, pub refcount: c_int, }
ncolors | |
colors | |
version | |
refcount |
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).