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

name: &'a str mode: &'a str uid: u64 gid: u64 size: u64 mtime: u64 chksum: &'a str typeflag: TypeFlag linkname: &'a str ustar: ExtraHeader<'a>

Trait Implementations

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

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

fn eq(&self, __arg_0: &PosixHeader<'a>) -> bool

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

fn ne(&self, __arg_0: &PosixHeader<'a>) -> bool

This method tests for !=.

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.