Struct object::read::macho::DyldCache[][src]

pub struct DyldCache<'data, E = Endianness, R = &'data [u8]> where
    E: Endian,
    R: ReadRef<'data>, 
{ /* fields omitted */ }
Expand description

A parsed representation of the dyld shared cache.

Implementations

Parse the raw dyld shared cache data.

Get the architecture type of the file.

Get the endianness of the file.

Return true if the file is little endian, false if it is big endian.

Iterate over the images in this cache.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.