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