#[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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.