Struct twa_pack_lib::PackedFile[][src]

pub struct PackedFile {
    pub timestamp: Option<u32>,
    pub name: String,
    pub content: Vec<u8>,
}

Fields

Trait Implementations

impl Display for PackedFile
[src]

Formats the value using the given formatter. 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