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

\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: Uint8

< major version

minor: Uint8

< minor version

patch: Uint8

< update version

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.