Struct windows_sys::Win32::Networking::WindowsWebServices::WS_FAULT
[−]#[repr(C)]pub struct WS_FAULT {
pub code: *mut WS_FAULT_CODE,
pub reasons: *mut WS_FAULT_REASON,
pub reasonCount: u32,
pub actor: WS_STRING,
pub node: WS_STRING,
pub detail: *mut WS_XML_BUFFER,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
Fields
code: *mut WS_FAULT_CODE
reasons: *mut WS_FAULT_REASON
reasonCount: u32
actor: WS_STRING
node: WS_STRING
detail: *mut WS_XML_BUFFER
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WS_FAULT
impl !Send for WS_FAULT
impl !Sync for WS_FAULT
impl Unpin for WS_FAULT
impl UnwindSafe for WS_FAULT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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