Struct winapi::http::HTTP_RESPONSE_V2
[−]
[src]
pub struct HTTP_RESPONSE_V2 { pub Base: HTTP_RESPONSE_V1, pub ResponseInfoCount: USHORT, pub pResponseInfo: PHTTP_RESPONSE_INFO, }
Fields
Base | |
ResponseInfoCount | |
pResponseInfo |
Trait Implementations
impl Copy for HTTP_RESPONSE_V2
[src]
impl Clone for HTTP_RESPONSE_V2
[src]
fn clone(&self) -> HTTP_RESPONSE_V2
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