Struct symbolic_debuginfo::FatObject [] [src]

pub struct FatObject<'a> { /* fields omitted */ }

Represents a potentially fat object in a fat object.

Methods

impl<'a> FatObject<'a>
[src]

[src]

Provides a view to an object file from a byteview.

[src]

Returns the contents as bytes.

[src]

Returns the number of contained objects.

[src]

Returns the n-th object.

[src]

Returns a vector of object variants.