#[repr(C)]pub struct WSD_SOAP_FAULT_SUBCODE {
pub Value: *mut WSDXML_NAME,
pub Subcode: *mut WSD_SOAP_FAULT_SUBCODE,
}
Expand description
Required features: ‘Win32_Devices_WebServicesOnDevices’
Fields
Value: *mut WSDXML_NAME
Subcode: *mut WSD_SOAP_FAULT_SUBCODE
Trait Implementations
impl Clone for WSD_SOAP_FAULT_SUBCODE
impl Clone for WSD_SOAP_FAULT_SUBCODE
impl Copy for WSD_SOAP_FAULT_SUBCODE
Auto Trait Implementations
impl RefUnwindSafe for WSD_SOAP_FAULT_SUBCODE
impl !Send for WSD_SOAP_FAULT_SUBCODE
impl !Sync for WSD_SOAP_FAULT_SUBCODE
impl Unpin for WSD_SOAP_FAULT_SUBCODE
impl UnwindSafe for WSD_SOAP_FAULT_SUBCODE
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