Struct libflate::gzip::ExtraField [−][src]
pub struct ExtraField {
pub subfields: Vec<ExtraSubField>,
}Expand description
Extra field of a GZIP header.
Fields
subfields: Vec<ExtraSubField>Data of the extra 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 ExtraField
impl Send for ExtraField
impl Sync for ExtraField
impl Unpin for ExtraField
impl UnwindSafe for ExtraField
Blanket Implementations
Mutably borrows from an owned value. Read more