Struct windows_sys::Win32::Networking::WindowsWebServices::WS_ASYNC_CONTEXT
#[repr(C)]pub struct WS_ASYNC_CONTEXT {
pub callback: WS_ASYNC_CALLBACK,
pub callbackState: *mut c_void,
}
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§
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