#[repr(C)]pub struct WSD_RELATIONSHIP_METADATA {
pub Type: PCWSTR,
pub Data: *mut WSD_HOST_METADATA,
pub Any: *mut WSDXML_ELEMENT,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Type: PCWSTR
Data: *mut WSD_HOST_METADATA
Any: *mut WSDXML_ELEMENT
Trait Implementations
impl Clone for WSD_RELATIONSHIP_METADATA
impl Clone for WSD_RELATIONSHIP_METADATA
impl Copy for WSD_RELATIONSHIP_METADATA
Auto Trait Implementations
impl RefUnwindSafe for WSD_RELATIONSHIP_METADATA
impl !Send for WSD_RELATIONSHIP_METADATA
impl !Sync for WSD_RELATIONSHIP_METADATA
impl Unpin for WSD_RELATIONSHIP_METADATA
impl UnwindSafe for WSD_RELATIONSHIP_METADATA
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