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
atime: u64
ctime: u64
offset: u64
longnames: &'a str
sparses: Vec<Sparse>
isextended: bool
realsize: u64
Trait Implementations
impl<'a> Debug for PaxHeader<'a>[src]
impl<'a> PartialEq for PaxHeader<'a>[src]
fn eq(&self, __arg_0: &PaxHeader<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PaxHeader<'a>) -> bool
This method tests for !=.