Struct mbpr::ReqHeader [] [src]

pub struct ReqHeader { /* fields omitted */ }

Memcached Request Packet Header

This is the first 24 bytes of the packet

Methods

impl ReqHeader
[src]

Parse a request header

Trait Implementations

impl Clone for ReqHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReqHeader
[src]

Formats the value using the given formatter.

impl PartialEq for ReqHeader
[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 ReqHeader
[src]

impl PacketVal for ReqHeader
[src]

The total length of the packet

impl Encoding for ReqHeader
[src]

Fast encoding method