Struct windows::System::ProcessLauncher
pub struct ProcessLauncher;
Implementations§
§impl ProcessLauncher
impl ProcessLauncher
pub fn RunToCompletionAsync( filename: &HSTRING, args: &HSTRING, ) -> Result<IAsyncOperation<ProcessLauncherResult>>
pub fn RunToCompletionAsyncWithOptions<P0>(
filename: &HSTRING,
args: &HSTRING,
options: P0,
) -> Result<IAsyncOperation<ProcessLauncherResult>>where
P0: Param<ProcessLauncherOptions>,
Auto Trait Implementations§
impl Freeze for ProcessLauncher
impl RefUnwindSafe for ProcessLauncher
impl Send for ProcessLauncher
impl Sync for ProcessLauncher
impl Unpin for ProcessLauncher
impl UnwindSafe for ProcessLauncher
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