#[repr(C)]pub struct WS_ASYNC_CONTEXT {
pub callback: WS_ASYNC_CALLBACK,
pub callbackState: *mut c_void,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
callback: WS_ASYNC_CALLBACK
callbackState: *mut c_void
Trait Implementations
impl Clone for WS_ASYNC_CONTEXT
impl Clone for WS_ASYNC_CONTEXT
impl Copy for WS_ASYNC_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for WS_ASYNC_CONTEXT
impl !Send for WS_ASYNC_CONTEXT
impl !Sync for WS_ASYNC_CONTEXT
impl Unpin for WS_ASYNC_CONTEXT
impl UnwindSafe for WS_ASYNC_CONTEXT
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