pub type GumDarwinModuleImageSegment = _GumDarwinModuleImageSegment;

Aliased Type§

struct GumDarwinModuleImageSegment {
    pub offset: u32,
    pub size: u32,
    pub protection: i32,
}

Fields§

§offset: u32§size: u32§protection: i32