LEAP_VARIANT

Type Alias LEAP_VARIANT 

Source
pub type LEAP_VARIANT = _LEAP_VARIANT;
Expand description

\ingroup Structs A variant data type used to get and set service configuration values. @since 3.0.0

Aliased Type§

#[repr(C, packed(1))]
pub struct LEAP_VARIANT { pub type_: i32, pub __bindgen_anon_1: _LEAP_VARIANT__bindgen_ty_1, }

Fields§

§type_: i32

The active data type in this instance. @since 3.0.0

§__bindgen_anon_1: _LEAP_VARIANT__bindgen_ty_1