Struct twa_pack_lib::PackFile[][src]

pub struct PackFile { /* fields omitted */ }

Trait Implementations

impl Debug for PackFile
[src]

Formats the value using the given formatter. Read more

impl<'a> IntoIterator for &'a PackFile
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for PackFile

impl Sync for PackFile