Struct http_box::http2::FrameFormat [] [src]

pub struct FrameFormat { /* fields omitted */ }

Frame format.

Methods

impl FrameFormat
[src]

Create a new FrameFormat.

Retrieve the frame flags.

Retrieve the frame type.

Retrieve the payload length.

Retrieve the stream identifier.

Trait Implementations

impl Clone for FrameFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FrameFormat
[src]

impl PartialEq for FrameFormat
[src]

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

This method tests for !=.

impl Display for FrameFormat
[src]

Formats the value using the given formatter. Read more

impl Debug for FrameFormat
[src]

Formats the value using the given formatter.