Type Alias binaryninja::types::MemberScope

source ·
pub type MemberScope = BNMemberScope;

Aliased Type§

enum MemberScope {
    NoScope = 0,
    StaticScope = 1,
    VirtualScope = 2,
    ThunkScope = 3,
    FriendScope = 4,
}

Variants§

§

NoScope = 0

§

StaticScope = 1

§

VirtualScope = 2

§

ThunkScope = 3

§

FriendScope = 4