#[repr(C)]pub struct WSD_HEADER_RELATESTO {
pub RelationshipType: *mut WSDXML_NAME,
pub MessageID: PCWSTR,
}
Expand description
Required features: ‘Win32_Devices_WebServicesOnDevices’
Fields
RelationshipType: *mut WSDXML_NAME
MessageID: PCWSTR
Trait Implementations
impl Clone for WSD_HEADER_RELATESTO
impl Clone for WSD_HEADER_RELATESTO
impl Copy for WSD_HEADER_RELATESTO
Auto Trait Implementations
impl RefUnwindSafe for WSD_HEADER_RELATESTO
impl !Send for WSD_HEADER_RELATESTO
impl !Sync for WSD_HEADER_RELATESTO
impl Unpin for WSD_HEADER_RELATESTO
impl UnwindSafe for WSD_HEADER_RELATESTO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more