Struct sdl2::version::ll::SDL_version[src]
pub struct SDL_version { pub major: uint8_t, pub minor: uint8_t, pub patch: uint8_t, }
Fields
major | |
minor | |
patch |
pub struct SDL_version { pub major: uint8_t, pub minor: uint8_t, pub patch: uint8_t, }
major | |
minor | |
patch |
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
).