Struct flatarchive::entry::Entry[][src]

pub struct Entry {
    pub offset: usize,
    pub is_dir: bool,
    pub name: String,
    pub compression: Compression,
    pub bytes: Vec<u8>,
}

Fields

Methods

impl Entry
[src]

Auto Trait Implementations

impl Send for Entry

impl Sync for Entry