Struct twa_pack_lib::ParsedPackedFile[][src]

pub struct ParsedPackedFile {
    pub extra_dword: Option<u32>,
    pub name: String,
    pub content: Vec<u8>,
}

Fields

Trait Implementations

impl Display for ParsedPackedFile
[src]

Formats the value using the given formatter. Read more

impl Debug for ParsedPackedFile
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations