Struct winapi::http::HTTP_COOKED_URL [] [src]

pub struct HTTP_COOKED_URL {
    pub FullUrlLength: USHORT,
    pub HostLength: USHORT,
    pub AbsPathLength: USHORT,
    pub QueryStringLength: USHORT,
    pub pFullUrl: PCWSTR,
    pub pHost: PCWSTR,
    pub pAbsPath: PCWSTR,
    pub pQueryString: PCWSTR,
}

Fields

FullUrlLength
HostLength
AbsPathLength
QueryStringLength
pFullUrl
pHost
pAbsPath
pQueryString

Trait Implementations

impl Copy for HTTP_COOKED_URL
[src]

impl Clone for HTTP_COOKED_URL
[src]

fn clone(&self) -> HTTP_COOKED_URL

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

Derived Implementations

impl Debug for HTTP_COOKED_URL
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.