Struct windows::System::RemoteLauncher
pub struct RemoteLauncher;
Implementations§
§impl RemoteLauncher
impl RemoteLauncher
pub fn LaunchUriAsync<P0, P1>(
remotesystemconnectionrequest: P0,
uri: P1,
) -> Result<IAsyncOperation<RemoteLaunchUriStatus>>where
P0: Param<RemoteSystemConnectionRequest>,
P1: Param<Uri>,
pub fn LaunchUriWithOptionsAsync<P0, P1, P2>( remotesystemconnectionrequest: P0, uri: P1, options: P2, ) -> Result<IAsyncOperation<RemoteLaunchUriStatus>>
pub fn LaunchUriWithDataAsync<P0, P1, P2, P3>(
remotesystemconnectionrequest: P0,
uri: P1,
options: P2,
inputdata: P3,
) -> Result<IAsyncOperation<RemoteLaunchUriStatus>>where
P0: Param<RemoteSystemConnectionRequest>,
P1: Param<Uri>,
P2: Param<RemoteLauncherOptions>,
P3: Param<ValueSet>,
Auto Trait Implementations§
impl Freeze for RemoteLauncher
impl RefUnwindSafe for RemoteLauncher
impl Send for RemoteLauncher
impl Sync for RemoteLauncher
impl Unpin for RemoteLauncher
impl UnwindSafe for RemoteLauncher
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