Struct twa_pack_lib::PackFile [−][src]
pub struct PackFile { /* fields omitted */ }Trait Implementations
impl Display for PackFile[src]
impl Display for PackFilefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> IntoIterator for &'a PackFile[src]
impl<'a> IntoIterator for &'a PackFiletype Item = PackedFile
The type of the elements being iterated over.
type IntoIter = PackIndexIterator<'a>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src]
fn into_iter(self) -> Self::IntoIterCreates an iterator from a value. Read more
impl Debug for PackFile[src]
impl Debug for PackFile