Struct winapi::http::HTTP_RESPONSE_INFO [] [src]

#[repr(C)]
pub struct HTTP_RESPONSE_INFO { pub Type: HTTP_RESPONSE_INFO_TYPE, pub Length: ULONG, pub pInfo: PVOID, }

Fields

Trait Implementations

impl Debug for HTTP_RESPONSE_INFO
[src]

Formats the value using the given formatter.

impl Copy for HTTP_RESPONSE_INFO
[src]

impl Clone for HTTP_RESPONSE_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more