Struct IIsolatedWindowsEnvironment_Vtbl
#[repr(C)]pub struct IIsolatedWindowsEnvironment_Vtbl {
pub base__: IInspectable_Vtbl,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StartProcessSilentlyAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: IsolatedWindowsEnvironmentActivator, _: *mut *mut c_void) -> HRESULT,
pub StartProcessSilentlyWithTelemetryAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: IsolatedWindowsEnvironmentActivator, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ShareFolderAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ShareFolderWithTelemetryAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LaunchFileWithUIAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub LaunchFileWithUIAndTelemetryAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TerminateAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TerminateWithTelemetryAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RegisterMessageReceiver: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void) -> HRESULT,
pub UnregisterMessageReceiver: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§StartProcessSilentlyAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: IsolatedWindowsEnvironmentActivator, _: *mut *mut c_void) -> HRESULT
§StartProcessSilentlyWithTelemetryAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: IsolatedWindowsEnvironmentActivator, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§LaunchFileWithUIAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§LaunchFileWithUIAndTelemetryAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TerminateAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TerminateWithTelemetryAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RegisterMessageReceiver: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut c_void) -> HRESULT
§UnregisterMessageReceiver: unsafe extern "system" fn(_: *mut c_void, _: GUID) -> HRESULT
Auto Trait Implementations§
impl Freeze for IIsolatedWindowsEnvironment_Vtbl
impl RefUnwindSafe for IIsolatedWindowsEnvironment_Vtbl
impl Send for IIsolatedWindowsEnvironment_Vtbl
impl Sync for IIsolatedWindowsEnvironment_Vtbl
impl Unpin for IIsolatedWindowsEnvironment_Vtbl
impl UnwindSafe for IIsolatedWindowsEnvironment_Vtbl
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