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: *mut c_void,
}
Fields§
§Hr: HRESULT
§EventType: u32
§DispatchTag: PWSTR
§HandlerContext: WSD_HANDLER_CONTEXT
§Soap: *mut WSD_SOAP_MESSAGE
§Operation: *mut WSD_OPERATION
§MessageParameters: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WSD_EVENT
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)