Type Definition object::read::pe::PeSegment32

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

A loadable section of a PeFile32.