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