#[repr(C)]pub struct OldHeader {
pub name: [u8; 100],
pub mode: [u8; 8],
pub uid: [u8; 8],
pub gid: [u8; 8],
pub size: [u8; 12],
pub mtime: [u8; 12],
pub cksum: [u8; 8],
pub linkflag: [u8; 1],
pub linkname: [u8; 100],
pub pad: [u8; 255],
}
Expand description
Representation of the header of an entry in an archive
Fields§
§name: [u8; 100]
§mode: [u8; 8]
§uid: [u8; 8]
§gid: [u8; 8]
§size: [u8; 12]
§mtime: [u8; 12]
§cksum: [u8; 8]
§linkflag: [u8; 1]
§linkname: [u8; 100]
§pad: [u8; 255]