Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_EVENT
[−]#[repr(C)]pub struct WSD_EVENT {
pub Hr: HRESULT,
pub EventType: u32,
pub DispatchTag: PWSTR,
pub HandlerContext: WSD_HANDLER_CONTEXT,
pub Soap: *mut WSD_SOAP_MESSAGE,
pub Operation: *mut WSD_OPERATION,
pub MessageParameters: IWSDMessageParameters,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Hr: HRESULT
EventType: u32
DispatchTag: PWSTR
HandlerContext: WSD_HANDLER_CONTEXT
Soap: *mut WSD_SOAP_MESSAGE
Operation: *mut WSD_OPERATION
MessageParameters: IWSDMessageParameters
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WSD_EVENT
impl !Send for WSD_EVENT
impl !Sync for WSD_EVENT
impl Unpin for WSD_EVENT
impl UnwindSafe for WSD_EVENT
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