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: USHORT HostLength: USHORT AbsPathLength: USHORT QueryStringLength: USHORT pFullUrl: PCWSTR pHost: PCWSTR pAbsPath: PCWSTR pQueryString: PCWSTR

Trait Implementations

impl Debug for HTTP_COOKED_URL
[src]

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

Formats the value using the given formatter.

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