pub type ScopeType = BNScopeType;Aliased Type§
#[repr(u32)]pub enum ScopeType {
OneLineScopeType = 0,
HasSubScopeScopeType = 1,
BlockScopeType = 2,
SwitchScopeType = 3,
CaseScopeType = 4,
}pub type ScopeType = BNScopeType;#[repr(u32)]pub enum ScopeType {
OneLineScopeType = 0,
HasSubScopeScopeType = 1,
BlockScopeType = 2,
SwitchScopeType = 3,
CaseScopeType = 4,
}