Struct tar::parser::PosixHeader [] [src]

pub struct PosixHeader<'a> {
    pub name: &'a str,
    pub mode: &'a str,
    pub uid: u64,
    pub gid: u64,
    pub size: u64,
    pub mtime: u64,
    pub chksum: &'a str,
    pub typeflag: TypeFlag,
    pub linkname: &'a str,
    pub ustar: ExtraHeader<'a>,
}

Fields

Trait Implementations

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

Formats the value using the given formatter.

impl<'a> PartialEq for PosixHeader<'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 PosixHeader<'a>
[src]