Struct nom_gzip::types::Flags [] [src]

pub struct Flags {
    pub ftext: bool,
    pub fhcrc: bool,
    pub fextra: bool,
    pub fname: bool,
    pub fcomment: bool,
}

Fields

Trait Implementations

impl Debug for Flags
[src]

Formats the value using the given formatter.

impl PartialEq for Flags
[src]

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

This method tests for !=.

impl From<u8> for Flags
[src]

Performs the conversion.