pub type VmbFeaturePersistSettings_t = VmbFeaturePersistSettings;Expand description
\brief Parameters determining the operation mode of ::VmbSettingsSave and ::VmbSettingsLoad
Aliased Type§
#[repr(C)]pub struct VmbFeaturePersistSettings_t {
pub persistType: u32,
pub modulePersistFlags: u32,
pub maxIterations: u32,
pub loggingLevel: u32,
}Fields§
§persistType: u32!< Type of features that are to be saved
modulePersistFlags: u32!< Flags specifying the modules to persist/load
maxIterations: u32!< Number of iterations when loading settings
loggingLevel: u32!< Determines level of detail for load/save settings logging