Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_RESOLVE
#[repr(C)]pub struct WSD_RESOLVE {
pub EndpointReference: *mut WSD_ENDPOINT_REFERENCE,
pub Any: *mut WSDXML_ELEMENT,
}
Fields§
§EndpointReference: *mut WSD_ENDPOINT_REFERENCE
§Any: *mut WSDXML_ELEMENT
Trait Implementations§
§impl Clone for WSD_RESOLVE
impl Clone for WSD_RESOLVE
impl Copy for WSD_RESOLVE
Auto Trait Implementations§
impl RefUnwindSafe for WSD_RESOLVE
impl !Send for WSD_RESOLVE
impl !Sync for WSD_RESOLVE
impl Unpin for WSD_RESOLVE
impl UnwindSafe for WSD_RESOLVE
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