Struct winapi::http::HTTP_REQUEST_HEADERS [] [src]

#[repr(C)]
pub struct HTTP_REQUEST_HEADERS { pub UnknownHeaderCount: USHORT, pub pUnknownHeaders: PHTTP_UNKNOWN_HEADER, pub TrailerCount: USHORT, pub pTrailers: PHTTP_UNKNOWN_HEADER, pub KnownHeaders: [HTTP_KNOWN_HEADER; 41], }

Fields

Trait Implementations

impl Copy for HTTP_REQUEST_HEADERS
[src]

impl Clone for HTTP_REQUEST_HEADERS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more