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