#[repr(C)]pub struct WSD_SOAP_FAULT_CODE {
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_CODE
impl Clone for WSD_SOAP_FAULT_CODE
impl Copy for WSD_SOAP_FAULT_CODE
Auto Trait Implementations
impl RefUnwindSafe for WSD_SOAP_FAULT_CODE
impl !Send for WSD_SOAP_FAULT_CODE
impl !Sync for WSD_SOAP_FAULT_CODE
impl Unpin for WSD_SOAP_FAULT_CODE
impl UnwindSafe for WSD_SOAP_FAULT_CODE
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