Struct libflate::gzip::Header [−][src]
pub struct Header { /* fields omitted */ }Expand description
GZIP Header.
Implementations
Returns the modification time (UNIX timestamp).
Returns the compression level.
Returns true if the stream is probably ASCII text, false otherwise.
Returns true if the header bytes is verified by CRC-16, false otherwise.
Returns the extra field.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Header
impl UnwindSafe for Header
Blanket Implementations
Mutably borrows from an owned value. Read more