#[repr(C)]pub struct Header {
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,
}
Fields§
§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
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
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