pub struct ArchiveMember<'data> { /* private fields */ }
Expand description

A partially parsed archive member.

Implementations

Return the raw header.

Return the parsed file name.

This may be an extended file name.

Parse the file modification timestamp from the header.

Parse the user ID from the header.

Parse the group ID from the header.

Parse the file mode from the header.

Return the offset and size of the file data.

Return the file data.

Trait Implementations

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

Performs the conversion.

Performs the conversion.

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.