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