Struct IExecuteCommand_Vtbl
#[repr(C)]pub struct IExecuteCommand_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetKeyState: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub SetParameters: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetPosition: unsafe extern "system" fn(_: *mut c_void, _: POINT) -> HRESULT,
pub SetShowWindow: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub SetNoShowUI: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub SetDirectory: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub Execute: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetKeyState: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§SetParameters: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetPosition: unsafe extern "system" fn(_: *mut c_void, _: POINT) -> HRESULT
§SetShowWindow: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§SetNoShowUI: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§SetDirectory: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§Execute: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IExecuteCommand_Vtbl
impl IExecuteCommand_Vtbl
pub const fn new<Identity: IExecuteCommand_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IExecuteCommand_Vtbl
impl RefUnwindSafe for IExecuteCommand_Vtbl
impl Send for IExecuteCommand_Vtbl
impl Sync for IExecuteCommand_Vtbl
impl Unpin for IExecuteCommand_Vtbl
impl UnwindSafe for IExecuteCommand_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