Struct winapi::winhttp::WINHTTP_PROXY_RESULT [] [src]

pub struct WINHTTP_PROXY_RESULT {
    pub cEntries: DWORD,
    pub pEntries: *mut WINHTTP_PROXY_RESULT_ENTRY,
}

Fields

cEntries
pEntries

Trait Implementations

impl Copy for WINHTTP_PROXY_RESULT
[src]

impl Clone for WINHTTP_PROXY_RESULT
[src]

fn clone(&self) -> WINHTTP_PROXY_RESULT

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 WINHTTP_PROXY_RESULT
[src]

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

Formats the value using the given formatter.