Struct win_inet::INTERNET_ASYNC_RESULT
source · [−]Fields
dwResult: usizedwError: u32Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more