#[repr(C)]
pub struct IExecActionVtbl {
pub parent: IActionVtbl,
pub get_Path: unsafe extern "system" fn(This: *mut IExecAction, pPath: *mut BSTR) -> HRESULT,
pub put_Path: unsafe extern "system" fn(This: *mut IExecAction, pPath: BSTR) -> HRESULT,
pub get_Arguments: unsafe extern "system" fn(This: *mut IExecAction, pArgument: *mut BSTR) -> HRESULT,
pub put_Arguments: unsafe extern "system" fn(This: *mut IExecAction, pArgument: BSTR) -> HRESULT,
pub get_WorkingDirectory: unsafe extern "system" fn(This: *mut IExecAction, pWorkingDirectory: *mut BSTR) -> HRESULT,
pub put_WorkingDirectory: unsafe extern "system" fn(This: *mut IExecAction, pWorkingDirectory: BSTR) -> HRESULT,
}
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.