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

#[repr(C)]
pub struct HTTP_RESPONSE_V2 { pub Base: HTTP_RESPONSE_V1, pub ResponseInfoCount: USHORT, pub pResponseInfo: PHTTP_RESPONSE_INFO, }

Fields

Trait Implementations

impl Copy for HTTP_RESPONSE_V2
[src]

impl Clone for HTTP_RESPONSE_V2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more