Struct tar::parser::Sparse  
                   
                       [−]
                   
               [src]
pub struct Sparse {
    pub offset: u64,
    pub numbytes: u64,
}Fields
offset: u64
                           numbytes: u64
                           Trait Implementations
impl Eq for Sparse[src]
impl PartialEq for Sparse[src]
fn eq(&self, __arg_0: &Sparse) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Sparse) -> bool
This method tests for !=.