Struct http2parse::Frame [] [src]

pub struct Frame<'a> {
    pub header: FrameHeader,
    pub payload: Payload<'a>,
}

Fields

Methods

impl<'a> Frame<'a>
[src]

Encodes this Frame into a buffer.

How many bytes this Frame will use in a buffer when encoding.

Trait Implementations

impl<'a> Copy for Frame<'a>
[src]

impl<'a> Clone for Frame<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

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

This method tests for !=.

impl<'a> Eq for Frame<'a>
[src]

impl<'a> Hash for Frame<'a>
[src]

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

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