Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_PROBE
[−]#[repr(C)]pub struct WSD_PROBE {
pub Types: *mut WSD_NAME_LIST,
pub Scopes: *mut WSD_SCOPES,
pub Any: *mut WSDXML_ELEMENT,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Types: *mut WSD_NAME_LIST
Scopes: *mut WSD_SCOPES
Any: *mut WSDXML_ELEMENT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WSD_PROBE
impl !Send for WSD_PROBE
impl !Sync for WSD_PROBE
impl Unpin for WSD_PROBE
impl UnwindSafe for WSD_PROBE
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