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

A partially parsed archive member.

Implementations§

Return the raw header that is common to many archive formats.

Returns None if this archive does not use the common header format.

Return the raw header for AIX big archives.

Returns None if this is not an AIX big archive.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.