Struct windows_sys::Win32::Networking::WindowsWebServices::WS_ASYNC_STATE
#[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,
}
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§
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