binaryninja::settings

Type Alias SettingsScope

source
pub type SettingsScope = BNSettingsScope;

Aliased Type§

enum SettingsScope {
    SettingsInvalidScope = 0,
    SettingsAutoScope = 1,
    SettingsDefaultScope = 2,
    SettingsUserScope = 4,
    SettingsProjectScope = 8,
    SettingsResourceScope = 16,
}

Variants§

§

SettingsInvalidScope = 0

§

SettingsAutoScope = 1

§

SettingsDefaultScope = 2

§

SettingsUserScope = 4

§

SettingsProjectScope = 8

§

SettingsResourceScope = 16