Struct symbolic::debuginfo::macho::FatMachO[][src]

pub struct FatMachO<'d> { /* fields omitted */ }
Expand description

A fat MachO container that hosts one or more MachObjects.

Implementations

Tests whether the buffer could contain an ELF object.

Tries to parse a fat MachO container from the given slice.

Returns an iterator over objects in this container.

Returns the number of objects in this archive.

Resolves the object at the given index.

Returns Ok(None) if the index is out of bounds, or Err if the object exists but cannot be parsed.

Trait Implementations

The Self type with 'slf lifetimes, returned by as_self.

Returns a reference to self with downcasted lifetime.

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

Given the context attached to a nom error, and given the original input to the nom parser, extract more the useful context information. Read more

Performs the conversion.

Performs the conversion.

Given the original input, as well as the context reported by nom, recreate a context in the original string where the error occurred. Read more

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.