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.

Important traits for &'a mut [u8]
[src]

Returns the contents as bytes.

[src]

Returns the number of contained objects.

[src]

Returns the n-th object.

Important traits for Objects<'fat>
[src]

Returns a iterator over object variants in this fat object.

Trait Implementations

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

[src]

Determines whether this Object contains Breakpad debugging information.

Important traits for BreakpadRecords<'data>
[src]

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

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

[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>