Struct sdl2_sys::SDL_version [] [src]

#[repr(C)]
pub struct SDL_version { pub major: Uint8, pub minor: Uint8, pub patch: Uint8, }

\brief Information the version of SDL in use.

Represents the library's version as three levels: major revision (increments with massive changes, additions, and enhancements), minor revision (increments with backwards-compatible changes to the major revision), and patchlevel (increments with fixes to the minor revision).

\sa SDL_VERSION \sa SDL_GetVersion

Fields

< major version

< minor version

< update version

Trait Implementations

impl Debug for SDL_version
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_version
[src]

impl Clone for SDL_version
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more