Struct windows_sys::Win32::Networking::WinHttp::WINHTTP_ASYNC_RESULT
#[repr(C)]pub struct WINHTTP_ASYNC_RESULT {
pub dwResult: usize,
pub dwError: u32,
}
Fields§
§dwResult: usize
§dwError: u32
Trait Implementations§
§impl Clone for WINHTTP_ASYNC_RESULT
impl Clone for WINHTTP_ASYNC_RESULT
impl Copy for WINHTTP_ASYNC_RESULT
Auto Trait Implementations§
impl RefUnwindSafe for WINHTTP_ASYNC_RESULT
impl Send for WINHTTP_ASYNC_RESULT
impl Sync for WINHTTP_ASYNC_RESULT
impl Unpin for WINHTTP_ASYNC_RESULT
impl UnwindSafe for WINHTTP_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