#[repr(C)]pub struct INTERNET_ASYNC_RESULT {
pub dwResult: DWORD_PTR,
pub dwError: DWORD,
}
Fields§
§dwResult: DWORD_PTR
§dwError: DWORD
Trait Implementations§
Source§impl Clone for INTERNET_ASYNC_RESULT
impl Clone for INTERNET_ASYNC_RESULT
Source§fn clone(&self) -> INTERNET_ASYNC_RESULT
fn clone(&self) -> INTERNET_ASYNC_RESULT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for INTERNET_ASYNC_RESULT
impl Default for INTERNET_ASYNC_RESULT
Source§fn default() -> INTERNET_ASYNC_RESULT
fn default() -> INTERNET_ASYNC_RESULT
Returns the “default value” for a type. Read more
impl Copy for INTERNET_ASYNC_RESULT
Auto Trait Implementations§
impl Freeze for INTERNET_ASYNC_RESULT
impl RefUnwindSafe for INTERNET_ASYNC_RESULT
impl Send for INTERNET_ASYNC_RESULT
impl Sync for INTERNET_ASYNC_RESULT
impl Unpin for INTERNET_ASYNC_RESULT
impl UnwindSafe for INTERNET_ASYNC_RESULT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more