Struct winapi::http::HTTP_RESPONSE_V1
[−]
[src]
pub struct HTTP_RESPONSE_V1 {
pub Flags: ULONG,
pub Version: HTTP_VERSION,
pub StatusCode: USHORT,
pub ReasonLength: USHORT,
pub pReason: PCSTR,
pub Headers: HTTP_RESPONSE_HEADERS,
pub EntityChunkCount: USHORT,
pub pEntityChunks: PHTTP_DATA_CHUNK,
}Fields
Flags | |
Version | |
StatusCode | |
ReasonLength | |
pReason | |
Headers | |
EntityChunkCount | |
pEntityChunks |
Trait Implementations
impl Copy for HTTP_RESPONSE_V1[src]
impl Clone for HTTP_RESPONSE_V1[src]
fn clone(&self) -> HTTP_RESPONSE_V1
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