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,
}
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§
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