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
FatFAT filesystem (MS-DOS, OS/2, NT/Win32)
AmigaAmiga
VmsVMS (or OpenVMS)
UnixUnix
VmCmsVM/CMS
AtariTosAtari TOS
HpfsHPFS filesystem (OS/2, NT)
MacintoshMacintosh
ZSystemZ-System
CpMCP/M
Tops20TOPS-20
NtfsNTFS filesystem (NT)
QdosQDOS
AcornRiscosAcorn RISCOS
UnknownUnknown
Undefined(u8)Undefined value in RFC-1952
Trait Implementations
impl Debug for Os[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Os[src]
fn clone(&self) -> Os[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for Os[src]
fn eq(&self, __arg_0: &Os) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Os) -> bool[src]
This method tests for !=.