Enum gzip_header::FileSystemType [] [src]

#[repr(u8)]
pub enum FileSystemType { Fat, Amiga, Vms, Unix, Vcms, AtariTos, Hpfs, Macintosh, Zsystem, Cpm, Tops20OrNTFS, NTFS, SmsQdos, Riscos, Vfat, Mvs, Beos, TandemNsk, Theos, Apple, Unknown, }

An enum describing the different OS types described in the gzip format. See http://www.gzip.org/format.txt

Variants

Methods

impl FileSystemType
[src]

Get the raw byte value of this FileSystemType variant.

Trait Implementations

impl Debug for FileSystemType
[src]

Formats the value using the given formatter.

impl Copy for FileSystemType
[src]

impl Clone for FileSystemType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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