pub type SettingsScope = BNSettingsScope;
Aliased Type§
enum SettingsScope {
SettingsInvalidScope = 0,
SettingsAutoScope = 1,
SettingsDefaultScope = 2,
SettingsUserScope = 4,
SettingsProjectScope = 8,
SettingsResourceScope = 16,
}