Struct http_box::http2::Flags [] [src]

pub struct Flags { /* fields omitted */ }

Flags.

Methods

impl Flags
[src]

Flags.

Create a new Flags from a u8.

Convert this flags to its byte value.

Indicates that the ack flag has been set.

Indicates that the flags are empty.

Indicates that the end headers flag has been set.

Indicates that the end stream flag has been set.

Indicates that the padded flag has been set.

Indicates that the priority flag has been set.

Trait Implementations

impl Clone for Flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Flags
[src]

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 Debug for Flags
[src]

Formats the value using the given formatter.

impl Display for Flags
[src]

Formats the value using the given formatter. Read more