#[repr(C)]pub struct WSD_SOAP_FAULT_REASON {
pub Text: *mut WSD_LOCALIZED_STRING_LIST,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more