Struct libflate::gzip::ExtraSubField [−][src]
Expand description
A sub field in the extra field of a GZIP header.
Fields
id: [u8; 2]ID of the field.
data: Vec<u8>Data of the field.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ExtraSubField
impl Send for ExtraSubField
impl Sync for ExtraSubField
impl Unpin for ExtraSubField
impl UnwindSafe for ExtraSubField
Blanket Implementations
Mutably borrows from an owned value. Read more