Struct windows::Win32::Security::Isolation::IIsolatedProcessLauncher2_Vtbl
#[repr(C)]pub struct IIsolatedProcessLauncher2_Vtbl {
pub base__: IIsolatedProcessLauncher_Vtbl,
pub LaunchProcess2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *const GUID) -> HRESULT,
}
Fields§
§base__: IIsolatedProcessLauncher_Vtbl
§LaunchProcess2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: *const GUID) -> HRESULT
Implementations§
§impl IIsolatedProcessLauncher2_Vtbl
impl IIsolatedProcessLauncher2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IIsolatedProcessLauncher2_Vtblwhere
Identity: IIsolatedProcessLauncher2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IIsolatedProcessLauncher2_Vtbl
impl RefUnwindSafe for IIsolatedProcessLauncher2_Vtbl
impl Send for IIsolatedProcessLauncher2_Vtbl
impl Sync for IIsolatedProcessLauncher2_Vtbl
impl Unpin for IIsolatedProcessLauncher2_Vtbl
impl UnwindSafe for IIsolatedProcessLauncher2_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