Struct windows_sys::Win32::System::RemoteManagement::WSMAN_SHELL_ASYNC
[−]#[repr(C)]pub struct WSMAN_SHELL_ASYNC {
pub operationContext: *mut c_void,
pub completionFunction: WSMAN_SHELL_COMPLETION_FUNCTION,
}
Expand description
Required features: ‘Win32_System_RemoteManagement’
Fields
operationContext: *mut c_void
completionFunction: WSMAN_SHELL_COMPLETION_FUNCTION
Trait Implementations
impl Clone for WSMAN_SHELL_ASYNC
impl Clone for WSMAN_SHELL_ASYNC
impl Copy for WSMAN_SHELL_ASYNC
Auto Trait Implementations
impl RefUnwindSafe for WSMAN_SHELL_ASYNC
impl !Send for WSMAN_SHELL_ASYNC
impl !Sync for WSMAN_SHELL_ASYNC
impl Unpin for WSMAN_SHELL_ASYNC
impl UnwindSafe for WSMAN_SHELL_ASYNC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more