Struct windows::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,
}
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
§fn clone(&self) -> WSD_SOAP_FAULT
fn clone(&self) -> WSD_SOAP_FAULT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WSD_SOAP_FAULT
impl Debug for WSD_SOAP_FAULT
§impl Default for WSD_SOAP_FAULT
impl Default for WSD_SOAP_FAULT
§impl PartialEq for WSD_SOAP_FAULT
impl PartialEq for WSD_SOAP_FAULT
§fn eq(&self, other: &WSD_SOAP_FAULT) -> bool
fn eq(&self, other: &WSD_SOAP_FAULT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WSD_SOAP_FAULT
impl Eq for WSD_SOAP_FAULT
impl StructuralPartialEq for WSD_SOAP_FAULT
Auto Trait Implementations§
impl Freeze for WSD_SOAP_FAULT
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)