Struct extar::RawTarEntry [] [src]

pub struct RawTarEntry {
    pub header_pos: u64,
    pub entry_pos: u64,
    pub entry_sz: u64,
    pub is_file: bool,
    pub path: PathBuf,
}

A record in the archive. Contains a minimal amount of metadata useful for for out-of-core processing.

Fields

Methods

impl RawTarEntry
[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for RawTarEntry

impl Sync for RawTarEntry