Struct IShellApp_Vtbl
#[repr(C)]pub struct IShellApp_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub GetAppInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut APPINFODATA) -> HRESULT,
    pub GetPossibleActions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
    pub GetSlowAppInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut SLOWAPPINFO) -> HRESULT,
    pub GetCachedSlowAppInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut SLOWAPPINFO) -> HRESULT,
    pub IsInstalled: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetAppInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut APPINFODATA) -> HRESULT§GetPossibleActions: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetSlowAppInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut SLOWAPPINFO) -> HRESULT§GetCachedSlowAppInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut SLOWAPPINFO) -> HRESULT§IsInstalled: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl IShellApp_Vtbl
 
impl IShellApp_Vtbl
pub const fn new<Identity: IShellApp_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellApp_Vtbl
impl RefUnwindSafe for IShellApp_Vtbl
impl Send for IShellApp_Vtbl
impl Sync for IShellApp_Vtbl
impl Unpin for IShellApp_Vtbl
impl UnwindSafe for IShellApp_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