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,
}
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§
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