#[repr(C)]pub struct WSD_HANDLER_CONTEXT {
pub Handler: PWSD_SOAP_MESSAGE_HANDLER,
pub PVoid: *mut c_void,
pub Unknown: IUnknown,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Handler: PWSD_SOAP_MESSAGE_HANDLER
PVoid: *mut c_void
Unknown: IUnknown
Trait Implementations
impl Clone for WSD_HANDLER_CONTEXT
impl Clone for WSD_HANDLER_CONTEXT
impl Copy for WSD_HANDLER_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for WSD_HANDLER_CONTEXT
impl !Send for WSD_HANDLER_CONTEXT
impl !Sync for WSD_HANDLER_CONTEXT
impl Unpin for WSD_HANDLER_CONTEXT
impl UnwindSafe for WSD_HANDLER_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