pub type GumDarwinModuleImageSegment = _GumDarwinModuleImageSegment;

Aliased Type§

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

Fields§

§offset: u64§size: u64§protection: i32