Struct symbolic_debuginfo::FatObject [] [src]

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

Represents a potentially fat object containing one or more objects.

Methods

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

[src]

Returns the type of the FatObject

[src]

Provides a view to an object file from a byteview.

[src]

Returns the kind of this FatObject

[src]

Returns the contents as bytes.

[src]

Returns the number of contained objects.

[src]

Returns the n-th object.

[src]

Returns a iterator over object variants in this fat object.

Trait Implementations

impl<'data> BreakpadData for FatObject<'data>
[src]

[src]

[src]