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
FAT filesystem (MS-DOS, OS/2, NT/Win32)
Amiga
Amiga
Vms
VMS (or OpenVMS)
Unix
Unix
VmCms
VM/CMS
AtariTos
Atari TOS
Hpfs
HPFS filesystem (OS/2, NT)
Macintosh
Macintosh
ZSystem
Z-System
CpM
CP/M
Tops20
TOPS-20
Ntfs
NTFS filesystem (NT)
Qdos
QDOS
AcornRiscos
Acorn RISCOS
Unknown
Unknown
Undefined(u8)
Undefined value in RFC-1952
Trait Implementations
impl Debug for Os
[src]
impl Clone for Os
[src]
fn clone(&self) -> Os
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for Os
[src]
fn eq(&self, __arg_0: &Os) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Os) -> bool
This method tests for !=
.