Enum tw_pack_lib::PFHFileType[][src]

pub enum PFHFileType {
    Boot,
    Release,
    Patch,
    Mod,
    Movie,
}

Variants

Methods

impl PFHFileType
[src]

Trait Implementations

impl Debug for PFHFileType
[src]

Formats the value using the given formatter. Read more

impl Clone for PFHFileType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PFHFileType
[src]

impl PartialEq for PFHFileType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PFHFileType
[src]

Auto Trait Implementations

impl Send for PFHFileType

impl Sync for PFHFileType