LEAP_VERSION

Type Alias LEAP_VERSION 

Source
pub type LEAP_VERSION = _LEAP_VERSION;
Expand description

\ingroup Structs Version information.

The members can be converted to a version string using the format:

major.minor.patch.build

@since 5.2.0

Aliased Type§

#[repr(C, packed(1))]
pub struct LEAP_VERSION { pub major: i32, pub minor: i32, pub patch: i32, }

Fields§

§major: i32

The major version. @since 5.2.0

§minor: i32

The minor version. @since 5.2.0

§patch: i32

The patch version. @since 5.2.0