Struct IShellExtInit_Vtbl
#[repr(C)]pub struct IShellExtInit_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut c_void, _: HKEY) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *const ITEMIDLIST, _: *mut c_void, _: HKEY) -> HRESULT
Implementations§
§impl IShellExtInit_Vtbl
impl IShellExtInit_Vtbl
pub const fn new<Identity: IShellExtInit_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellExtInit_Vtbl
impl RefUnwindSafe for IShellExtInit_Vtbl
impl Send for IShellExtInit_Vtbl
impl Sync for IShellExtInit_Vtbl
impl Unpin for IShellExtInit_Vtbl
impl UnwindSafe for IShellExtInit_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