Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_SOAP_FAULT
[−]#[repr(C)]pub struct WSD_SOAP_FAULT {
pub Code: *mut WSD_SOAP_FAULT_CODE,
pub Reason: *mut WSD_SOAP_FAULT_REASON,
pub Node: PCWSTR,
pub Role: PCWSTR,
pub Detail: *mut WSDXML_ELEMENT,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Code: *mut WSD_SOAP_FAULT_CODE
Reason: *mut WSD_SOAP_FAULT_REASON
Node: PCWSTR
Role: PCWSTR
Detail: *mut WSDXML_ELEMENT
Trait Implementations
impl Clone for WSD_SOAP_FAULT
impl Clone for WSD_SOAP_FAULT
impl Copy for WSD_SOAP_FAULT
Auto Trait Implementations
impl RefUnwindSafe for WSD_SOAP_FAULT
impl !Send for WSD_SOAP_FAULT
impl !Sync for WSD_SOAP_FAULT
impl Unpin for WSD_SOAP_FAULT
impl UnwindSafe for WSD_SOAP_FAULT
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