Struct winapi::http::HTTP_UNKNOWN_HEADER
[−]
[src]
pub struct HTTP_UNKNOWN_HEADER {
pub NameLength: USHORT,
pub RawValueLength: USHORT,
pub pName: PCSTR,
pub pRawValue: PCSTR,
}Fields
NameLength | |
RawValueLength | |
pName | |
pRawValue |
Trait Implementations
impl Copy for HTTP_UNKNOWN_HEADER[src]
impl Clone for HTTP_UNKNOWN_HEADER[src]
fn clone(&self) -> HTTP_UNKNOWN_HEADER
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