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]

Returns the type of the FatObject.

Provides a view to an object file from a ByteView.

Returns the kind of this FatObject.

Important traits for &'a [u8]

Returns the contents as bytes.

Returns the number of contained objects.

Returns the n-th object.

Important traits for Objects<'fat>

Returns a iterator over object variants in this fat object.

Trait Implementations

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

Determines whether this Object contains Breakpad debugging information.

Important traits for BreakpadRecords<'data>

Returns an iterator over all records of the Breakpad symbol file.

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'bytes> Send for FatObject<'bytes>

impl<'bytes> Sync for FatObject<'bytes>