Struct winapi::winhttp::WINHTTP_ASYNC_RESULT
[−]
[src]
pub struct WINHTTP_ASYNC_RESULT {
pub dwResult: DWORD_PTR,
pub dwError: DWORD,
}Fields
dwResult | |
dwError |
Trait Implementations
impl Copy for WINHTTP_ASYNC_RESULT[src]
impl Clone for WINHTTP_ASYNC_RESULT[src]
fn clone(&self) -> WINHTTP_ASYNC_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