Struct IProcessLauncherOptions_Vtbl
#[repr(C)]pub struct IProcessLauncherOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub StandardInput: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetStandardInput: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StandardOutput: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetStandardOutput: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StandardError: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetStandardError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub WorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§StandardInput: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetStandardInput: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§StandardOutput: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetStandardOutput: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§StandardError: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetStandardError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§WorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetWorkingDirectory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IProcessLauncherOptions_Vtbl
impl RefUnwindSafe for IProcessLauncherOptions_Vtbl
impl Send for IProcessLauncherOptions_Vtbl
impl Sync for IProcessLauncherOptions_Vtbl
impl Unpin for IProcessLauncherOptions_Vtbl
impl UnwindSafe for IProcessLauncherOptions_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