Struct windows::Win32::UI::Shell::IShellDispatch3_Vtbl
#[repr(C)]pub struct IShellDispatch3_Vtbl {
pub base__: IShellDispatch2_Vtbl,
pub AddToRecent: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>, _: MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IShellDispatch2_Vtbl
§AddToRecent: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>, _: MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IShellDispatch3_Vtbl
impl IShellDispatch3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IShellDispatch3_Vtblwhere
Identity: IShellDispatch3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellDispatch3_Vtbl
impl RefUnwindSafe for IShellDispatch3_Vtbl
impl Send for IShellDispatch3_Vtbl
impl Sync for IShellDispatch3_Vtbl
impl Unpin for IShellDispatch3_Vtbl
impl UnwindSafe for IShellDispatch3_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