[−][src]Struct rc_zip::ExtraNewUnixField
Info-ZIP New Unix Extra Field:
Currently stores Unix UIDs/GIDs up to 32 bits. (Last Revision 20080509)
Value Size Description
----- ---- -----------
0x7875 Short tag for this extra block type ("ux")
TSize Short total data size for this block
Version 1 byte version of this extra field, currently 1
UIDSize 1 byte Size of UID field
UID Variable UID for this entry
GIDSize 1 byte Size of GID field
GID Variable GID for this entry
Fields
uid: u64
gid: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExtraNewUnixField
impl Send for ExtraNewUnixField
impl Sync for ExtraNewUnixField
impl Unpin for ExtraNewUnixField
impl UnwindSafe for ExtraNewUnixField
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>,