Struct libflate::gzip::ExtraField
source · pub struct ExtraField {
pub subfields: Vec<ExtraSubField>,
}
Expand description
Extra field of a GZIP header.
Fields§
§subfields: Vec<ExtraSubField>
Data of the extra field.
Implementations§
Trait Implementations§
source§impl Clone for ExtraField
impl Clone for ExtraField
source§fn clone(&self) -> ExtraField
fn clone(&self) -> ExtraField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExtraField
impl Debug for ExtraField
source§impl Hash for ExtraField
impl Hash for ExtraField
source§impl PartialEq<ExtraField> for ExtraField
impl PartialEq<ExtraField> for ExtraField
source§fn eq(&self, other: &ExtraField) -> bool
fn eq(&self, other: &ExtraField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.