Struct rar::Archive[][src]

pub struct Archive {
    pub version: SignatureBlock,
    pub details: ArchiveBlock,
    pub files: Vec<FileBlock>,
    pub quick_open: Option<FileBlock>,
    pub end: EndBlock,
}

The rar archive representation

Fields

Methods

impl Archive
[src]

This function extracts the .rar archive and returns the parsed structure as additional information

Trait Implementations

impl PartialEq for Archive
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Archive
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Archive

impl Sync for Archive