pub type MachOSection64<'data, 'file, Endian = Endianness> = MachOSection<'data, 'file, MachHeader64<Endian>>;
Expand description
A section of a MachOFile64
.
pub type MachOSection64<'data, 'file, Endian = Endianness> = MachOSection<'data, 'file, MachHeader64<Endian>>;
A section of a MachOFile64
.