pub struct FatObject<'bytes> { /* private fields */ }
Expand description

Represents a potentially fat object containing one or more objects.

Implementations

Returns the type of the FatObject.

Provides a view to an object file from a ByteView.

Returns the kind of this FatObject.

Returns the contents as bytes.

Returns the number of contained objects.

Returns the n-th object.

Returns a iterator over object variants in this fat object.

Trait Implementations

Determines whether this Object contains Breakpad debugging information.
Returns an iterator over all records of the Breakpad symbol file.
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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.