Type Definition object::read::pe::PeSection32

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

A section of a PeFile32.