Enum nom_gzip::types::OperatingSystem [] [src]

pub enum OperatingSystem {
    Fat,
    Amiga,
    Vms,
    Unix,
    VmCms,
    AtariTos,
    Hpfs,
    Macintosh,
    Zsystem,
    Cpm,
    Tops20,
    Ntfs,
    Qdos,
    AcornRiscos,
    Unknown,
}

Variants

Trait Implementations

impl Debug for OperatingSystem
[src]

Formats the value using the given formatter.

impl PartialEq for OperatingSystem
[src]

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

This method tests for !=.

impl From<u8> for OperatingSystem
[src]

Performs the conversion.