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