Type Alias object::read::pe::PeSegment32

source ·
pub type PeSegment32<'data, 'file, R = &'data [u8]> = PeSegment<'data, 'file, ImageNtHeaders32, R>;
Expand description

A loadable section in a PeFile32.

Aliased Type§

struct PeSegment32<'data, 'file, R = &'data [u8]> { /* private fields */ }