#[repr(C)]pub struct WSD_SYNCHRONOUS_RESPONSE_CONTEXT {
pub hr: HRESULT,
pub eventHandle: HANDLE,
pub messageParameters: IWSDMessageParameters,
pub results: *mut c_void,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
, "Win32_Foundation"
Fields
hr: HRESULT
eventHandle: HANDLE
messageParameters: IWSDMessageParameters
results: *mut c_void
Trait Implementations
impl Clone for WSD_SYNCHRONOUS_RESPONSE_CONTEXT
impl Clone for WSD_SYNCHRONOUS_RESPONSE_CONTEXT
impl Copy for WSD_SYNCHRONOUS_RESPONSE_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for WSD_SYNCHRONOUS_RESPONSE_CONTEXT
impl !Send for WSD_SYNCHRONOUS_RESPONSE_CONTEXT
impl !Sync for WSD_SYNCHRONOUS_RESPONSE_CONTEXT
impl Unpin for WSD_SYNCHRONOUS_RESPONSE_CONTEXT
impl UnwindSafe for WSD_SYNCHRONOUS_RESPONSE_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