pub type GumSymbolSection = _GumSymbolSection;

Aliased Type§

struct GumSymbolSection {
    pub id: *const i8,
    pub protection: u32,
}

Fields§

§id: *const i8§protection: u32