Struct winapi::http::HTTP_REQUEST_V2
[−]
[src]
pub struct HTTP_REQUEST_V2 {
pub Base: HTTP_REQUEST_V1,
pub RequestInfoCount: USHORT,
pub pRequestInfo: PHTTP_REQUEST_INFO,
}Fields
Base | |
RequestInfoCount | |
pRequestInfo |
Trait Implementations
impl Copy for HTTP_REQUEST_V2[src]
impl Clone for HTTP_REQUEST_V2[src]
fn clone(&self) -> HTTP_REQUEST_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