[−][src]Enum rc_zip::HostSystem
System on which an archive was created, as encoded into a version u16.
See APPNOTE, section 4.4.2.2
Variants
MS-DOS and OS/2 (FAT / VFAT / FAT32 file systems)
Amiga
OpenVMS
UNIX
VM/CMS
Atari ST
OS/2 H.P.F.S
Macintosh (see Osx
)
Z-System
CP/M
Windows NTFS
MVS (OS/390 - Z/OS)
VSE
Acorn Risc
VFAT
alternate MVS
BeOS
Tandem
OS/400
OS X (Darwin)
Unknown(u8)
Unknown host system
Values 20 through 255 are currently unused, as of APPNOTE.TXT 6.3.6 (April 26, 2019)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HostSystem
impl Send for HostSystem
impl Sync for HostSystem
impl Unpin for HostSystem
impl UnwindSafe for HostSystem
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,