Struct tar::parser::Sparse [] [src]

pub struct Sparse {
    pub offset: u64,
    pub numbytes: u64,
}

Fields

Trait Implementations

impl Debug for Sparse
[src]

Formats the value using the given formatter.

impl PartialEq for Sparse
[src]

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

This method tests for !=.

impl Eq for Sparse
[src]