Struct winapi::http::HTTP_RESPONSE_V1 [] [src]

pub struct HTTP_RESPONSE_V1 {
    pub Flags: ULONG,
    pub Version: HTTP_VERSION,
    pub StatusCode: USHORT,
    pub ReasonLength: USHORT,
    pub pReason: PCSTR,
    pub Headers: HTTP_RESPONSE_HEADERS,
    pub EntityChunkCount: USHORT,
    pub pEntityChunks: PHTTP_DATA_CHUNK,
}

Fields

Flags: ULONG Version: HTTP_VERSION StatusCode: USHORT ReasonLength: USHORT pReason: PCSTR Headers: HTTP_RESPONSE_HEADERS EntityChunkCount: USHORT pEntityChunks: PHTTP_DATA_CHUNK

Trait Implementations

impl Copy for HTTP_RESPONSE_V1
[src]

impl Clone for HTTP_RESPONSE_V1
[src]

fn clone(&self) -> HTTP_RESPONSE_V1

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