Struct tar::parser::PaxHeader [] [src]

pub struct PaxHeader<'a> {
    pub atime: u64,
    pub ctime: u64,
    pub offset: u64,
    pub longnames: &'a str,
    pub sparses: Vec<Sparse>,
    pub isextended: bool,
    pub realsize: u64,
}

Fields

Trait Implementations

impl<'a> Debug for PaxHeader<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for PaxHeader<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for PaxHeader<'a>
[src]