[−][src]Enum rc_zip::ExtraField
Information stored in the central directory header extra field
This typically contains timestamps, file sizes and offsets, file mode, uid/gid, etc.
See extrafld.txt in this crate's source distribution.
Variants
Zip64(ExtraZip64Field)Zip64 extended information extra field
Timestamp(ExtraTimestampField)Extended timestamp
Unix(ExtraUnixField)UNIX & Info-Zip UNIX
NewUnix(ExtraNewUnixField)New UNIX extra field
Ntfs(ExtraNtfsField)NTFS (Win9x/WinNT FileTimes)
Unknown extra field, with tag
Fields of Unknown
tag: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExtraField
impl Send for ExtraField
impl Sync for ExtraField
impl Unpin for ExtraField
impl UnwindSafe for ExtraField
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>,