Struct winapi::http::HTTP_REQUEST_INFO [] [src]

#[repr(C)]
pub struct HTTP_REQUEST_INFO { pub InfoType: HTTP_REQUEST_INFO_TYPE, pub InfoLength: ULONG, pub pInfo: PVOID, }

Fields

Trait Implementations

impl Debug for HTTP_REQUEST_INFO
[src]

Formats the value using the given formatter.

impl Copy for HTTP_REQUEST_INFO
[src]

impl Clone for HTTP_REQUEST_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more