Type Definition object::read::macho::MachOSection64

source · []
pub type MachOSection64<'data, 'file, Endian = Endianness> = MachOSection<'data, 'file, MachHeader64<Endian>>;
Expand description

A section of a MachOFile64.