Struct winapi::http::HTTP_RESPONSE_V2 [] [src]

pub struct HTTP_RESPONSE_V2 {
    pub Base: HTTP_RESPONSE_V1,
    pub ResponseInfoCount: USHORT,
    pub pResponseInfo: PHTTP_RESPONSE_INFO,
}

Fields

Base: HTTP_RESPONSE_V1 ResponseInfoCount: USHORT pResponseInfo: PHTTP_RESPONSE_INFO

Trait Implementations

impl Copy for HTTP_RESPONSE_V2
[src]

impl Clone for HTTP_RESPONSE_V2
[src]

fn clone(&self) -> HTTP_RESPONSE_V2

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