Type Definition object::read::pe::PeSection32
source · pub type PeSection32<'data, 'file, R = &'data [u8]> = PeSection<'data, 'file, ImageNtHeaders32, R>;Expand description
A section of a PeFile32.
pub type PeSection32<'data, 'file, R = &'data [u8]> = PeSection<'data, 'file, ImageNtHeaders32, R>;A section of a PeFile32.