Struct nom_gzip::types::SubField [] [src]

pub struct SubField<'a> {
    pub id1: u8,
    pub id2: u8,
    pub data: &'a [u8],
}

Fields

Trait Implementations

impl<'a> Debug for SubField<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SubField<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.