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