Skip to main content

VmbFeatureEnumEntry_t

Type Alias VmbFeatureEnumEntry_t 

Source
pub type VmbFeatureEnumEntry_t = VmbFeatureEnumEntry;
Expand description

\brief Info about possible entries of an enumeration feature.

Aliased Type§

#[repr(C)]
pub struct VmbFeatureEnumEntry_t { pub name: *const i8, pub displayName: *const i8, pub tooltip: *const i8, pub description: *const i8, pub intValue: i64, pub sfncNamespace: *const i8, pub visibility: u32, }

Fields§

§name: *const i8

!< Name used in the API

§displayName: *const i8

!< Enumeration entry name to be used in GUIs

§tooltip: *const i8

!< Short description, e.g. for a tooltip

§description: *const i8

!< Longer description

§intValue: i64

!< Integer value of this enumeration entry

§sfncNamespace: *const i8

!< Namespace this feature resides in

§visibility: u32

!< GUI visibility