Struct tw_pack_lib::PackedFile[][src]

pub struct PackedFile {
    pub timestamp: Option<u32>,
    pub path: String,
    // some fields omitted
}

Fields

Methods

impl PackedFile
[src]

impl PackedFile
[src]

Trait Implementations

impl Display for PackedFile
[src]

Formats the value using the given formatter. Read more

impl Clone for PackedFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PackedFile
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PackedFile

impl Sync for PackedFile