#[repr(C)]pub struct WSMAN_PLUGIN_REQUEST {
pub senderDetails: *mut WSMAN_SENDER_DETAILS,
pub locale: PCWSTR,
pub resourceUri: PCWSTR,
pub operationInfo: *mut WSMAN_OPERATION_INFO,
pub shutdownNotification: i32,
pub shutdownNotificationHandle: HANDLE,
pub dataLocale: PCWSTR,
}
Expand description
Required features: "Win32_System_RemoteManagement"
, "Win32_Foundation"
Fields
senderDetails: *mut WSMAN_SENDER_DETAILS
locale: PCWSTR
resourceUri: PCWSTR
operationInfo: *mut WSMAN_OPERATION_INFO
shutdownNotification: i32
shutdownNotificationHandle: HANDLE
dataLocale: PCWSTR
Trait Implementations
impl Clone for WSMAN_PLUGIN_REQUEST
impl Clone for WSMAN_PLUGIN_REQUEST
impl Copy for WSMAN_PLUGIN_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for WSMAN_PLUGIN_REQUEST
impl !Send for WSMAN_PLUGIN_REQUEST
impl !Sync for WSMAN_PLUGIN_REQUEST
impl Unpin for WSMAN_PLUGIN_REQUEST
impl UnwindSafe for WSMAN_PLUGIN_REQUEST
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