Struct windows_sys::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,
}
Expand description
Required features: "Win32_System_RemoteManagement"
Fields
code: u32
errorDetail: PCWSTR
language: PCWSTR
machineName: PCWSTR
pluginName: PCWSTR
Trait Implementations
impl Clone for WSMAN_ERROR
impl Clone for WSMAN_ERROR
impl Copy for WSMAN_ERROR
Auto Trait Implementations
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
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