Enum rtag::frame::HeadFlag [] [src]

pub enum HeadFlag {
    Unsynchronisation,
    Compression,
    ExtendedHeader,
    ExperimentalIndicator,
    FooterPresent,
}

Head flags

V2.4 only flag

  • FooterPresent

Variants

Trait Implementations

impl Clone for HeadFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HeadFlag
[src]

Formats the value using the given formatter.

impl PartialEq for HeadFlag
[src]

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

This method tests for !=.