Struct winapi::http::HTTP_UNKNOWN_HEADER [] [src]

pub struct HTTP_UNKNOWN_HEADER {
    pub NameLength: USHORT,
    pub RawValueLength: USHORT,
    pub pName: PCSTR,
    pub pRawValue: PCSTR,
}

Fields

NameLength: USHORT RawValueLength: USHORT pName: PCSTR pRawValue: PCSTR

Trait Implementations

impl Debug for HTTP_UNKNOWN_HEADER
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for HTTP_UNKNOWN_HEADER
[src]

impl Clone for HTTP_UNKNOWN_HEADER
[src]

fn clone(&self) -> HTTP_UNKNOWN_HEADER

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more