Enum libflate::gzip::Os[][src]

pub enum Os {
    Fat,
    Amiga,
    Vms,
    Unix,
    VmCms,
    AtariTos,
    Hpfs,
    Macintosh,
    ZSystem,
    CpM,
    Tops20,
    Ntfs,
    Qdos,
    AcornRiscos,
    Unknown,
    Undefined(u8),
}

OS type.

Variants

FAT filesystem (MS-DOS, OS/2, NT/Win32)

Amiga

VMS (or OpenVMS)

Unix

VM/CMS

Atari TOS

HPFS filesystem (OS/2, NT)

Macintosh

Z-System

CP/M

TOPS-20

NTFS filesystem (NT)

QDOS

Acorn RISCOS

Unknown

Undefined value in RFC-1952

Trait Implementations

impl Debug for Os
[src]

Formats the value using the given formatter. Read more

impl Clone for Os
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Os
[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 Os
[src]

impl Hash for Os
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Os

impl Sync for Os