Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_OPERATION
[−]#[repr(C)]pub struct WSD_OPERATION {
pub RequestType: *mut WSDXML_TYPE,
pub ResponseType: *mut WSDXML_TYPE,
pub RequestStubFunction: WSD_STUB_FUNCTION,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
RequestType: *mut WSDXML_TYPE
ResponseType: *mut WSDXML_TYPE
RequestStubFunction: WSD_STUB_FUNCTION
Trait Implementations
impl Clone for WSD_OPERATION
impl Clone for WSD_OPERATION
impl Copy for WSD_OPERATION
Auto Trait Implementations
impl RefUnwindSafe for WSD_OPERATION
impl !Send for WSD_OPERATION
impl !Sync for WSD_OPERATION
impl Unpin for WSD_OPERATION
impl UnwindSafe for WSD_OPERATION
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