Struct http2parse::FrameHeader [] [src]

pub struct FrameHeader {
    pub length: u32,
    pub kind: Kind,
    pub flag: Flag,
    pub id: StreamIdentifier,
}

Fields

Methods

impl FrameHeader
[src]

Trait Implementations

impl Copy for FrameHeader
[src]

impl Clone for FrameHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FrameHeader
[src]

Formats the value using the given formatter.

impl PartialEq for FrameHeader
[src]

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

This method tests for !=.

impl Eq for FrameHeader
[src]

impl Hash for FrameHeader
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more