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 u8, pub displayName: *const u8, pub tooltip: *const u8, pub description: *const u8, pub intValue: i64, pub sfncNamespace: *const u8, pub visibility: u32, }

Fields§

§name: *const u8

!< Name used in the API

§displayName: *const u8

!< Enumeration entry name to be used in GUIs

§tooltip: *const u8

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

§description: *const u8

!< Longer description

§intValue: i64

!< Integer value of this enumeration entry

§sfncNamespace: *const u8

!< Namespace this feature resides in

§visibility: u32

!< GUI visibility