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: i32The major version. @since 5.2.0
minor: i32The minor version. @since 5.2.0
patch: i32The patch version. @since 5.2.0