Type Definition object::read::pe::PeSection64

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

A section of a PeFile64.