Struct windows::Win32::System::RemoteManagement::WSMAN_ERROR
#[repr(C)]pub struct WSMAN_ERROR {
pub code: u32,
pub errorDetail: PCWSTR,
pub language: PCWSTR,
pub machineName: PCWSTR,
pub pluginName: PCWSTR,
}
Fields§
§code: u32
§errorDetail: PCWSTR
§language: PCWSTR
§machineName: PCWSTR
§pluginName: PCWSTR
Trait Implementations§
§impl Clone for WSMAN_ERROR
impl Clone for WSMAN_ERROR
§fn clone(&self) -> WSMAN_ERROR
fn clone(&self) -> WSMAN_ERROR
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 WSMAN_ERROR
impl Debug for WSMAN_ERROR
§impl PartialEq for WSMAN_ERROR
impl PartialEq for WSMAN_ERROR
§fn eq(&self, other: &WSMAN_ERROR) -> bool
fn eq(&self, other: &WSMAN_ERROR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WSMAN_ERROR
impl Eq for WSMAN_ERROR
impl StructuralPartialEq for WSMAN_ERROR
Auto Trait Implementations§
impl Freeze for WSMAN_ERROR
impl RefUnwindSafe for WSMAN_ERROR
impl !Send for WSMAN_ERROR
impl !Sync for WSMAN_ERROR
impl Unpin for WSMAN_ERROR
impl UnwindSafe for WSMAN_ERROR
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
)