#[repr(C)]pub struct DirectoryEntry {Show 16 fields
pub made_by: U16,
pub required_version: U16,
pub flags: U16,
pub method: CompressionMethod,
pub modified_time: U16,
pub modified_date: U16,
pub crc32: U32,
pub compressed_size: U32,
pub uncompressed_size: U32,
pub name_len: U16,
pub metadata_len: U16,
pub comment_len: U16,
pub disk_number: U16,
pub internal_attrs: U16,
pub external_attrs: U32,
pub offset_from_start: U32,
}
Fields§
§made_by: U16
§required_version: U16
§flags: U16
§method: CompressionMethod
§modified_time: U16
§modified_date: U16
§crc32: U32
§compressed_size: U32
§uncompressed_size: U32
§name_len: U16
§metadata_len: U16
§comment_len: U16
§disk_number: U16
§internal_attrs: U16
§external_attrs: U32
§offset_from_start: U32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectoryEntry
impl RefUnwindSafe for DirectoryEntry
impl Send for DirectoryEntry
impl Sync for DirectoryEntry
impl Unpin for DirectoryEntry
impl UnwindSafe for DirectoryEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more