Searched refs:BoolSettingIndex (Results 1 – 1 of 1) sorted by relevance
4 pub(crate) struct BoolSettingIndex(usize); struct74 BoolSetting(BoolSettingIndex),78 impl From<BoolSettingIndex> for PresetType {79 fn from(bool_setting_index: BoolSettingIndex) -> Self { in from()93 values: Vec<BoolSettingIndex>,197 ) -> BoolSettingIndex { in add_bool() argument204 BoolSettingIndex(self.settings.len() - 1) in add_bool()