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

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

One image (dylib) from inside the dyld shared cache.

Implementations

The file system path of this image.

The offset in the dyld cache file where this image starts.

Parse this image into an Object.

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.