Type Definition object::read::pe::PeSegment64

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

A loadable section of a PeFile64.